4

[Linux Beginners] Basic Command-Line Help for Beginners (Continues)

view full story
linux-howto

http://www.liberiangeek.net – Yesterday we introduced your to Linux command line console or shell in our previous post. To read that post, click here. Today we will continue from where we left off and expand a little into more advanced commands. If you haven’t used the command line or just starting out with Linux, then it will be best if you start out with our previous tutorial about the command line. Two of the commands we will start with today are the ( more ) and the ( less ) commands. Those two commands above let you display contents of  files one screen at a time. Ex. ( more ) command: more file_name.txt Ex. ( l (HowTos)