Results 1 to 10 of 12
With MS-DOS there is the cls command to clear the screen. Does Linux has such an equivalent command ?...
- 08-11-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 11
What is the command to clear the screen ?
With MS-DOS there is the cls command to clear the screen. Does Linux has such an equivalent command ?
- 08-11-2011 #2
You answered that one yourself!
Code:Clear
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 08-11-2011 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Hello
You can find a nice listing of Linux commands here:
Linux Command Directory - O'Reilly Mediaoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 08-12-2011 #4Just Joined!
- Join Date
- May 2011
- Location
- NJ
- Posts
- 45
There is a Linux command called apropos
If you want to try to find a command based on what it does or might do you can use this.
For instance you could type apropos clear screen, it it should return commands that relate to those words.
apropos network would return commands like ifconfig and iwconfig.
Maybe this might be helpful to you in the future.
- 08-12-2011 #5Just Joined!
- Join Date
- Feb 2011
- Posts
- 3
clear
This command is self explanatory...
Search google next time
- 08-12-2011 #6Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
You can also quickly clear the terminal screen with ctrl-l
- 08-12-2011 #7Linux Newbie
- Join Date
- Oct 2008
- Posts
- 140
Kind of ill mannered. This question was answered several hours earlier, anyway.
Pheromix, if you spend some time in the /bin directory, reading the manuals for the programs there, you'll learn a lot, quickly. To rean the manual, type
Most of the manuals aren't too difficult to read.Code:man programname
- 08-12-2011 #8Just Joined!
- Join Date
- Nov 2006
- Location
- near Berea, Kentucky (in a tipi)
- Posts
- 34
- 08-12-2011 #9
Probably worth noting that unlike cls in DOS, the clear command does not actually clear anything. Scrolling upward will reveal previous screen contents.
- 08-12-2011 #10


Reply With Quote
