Saturday, 3 November 2012

more - Basic Unix Command


more

More is a command used to read text files. For example
   % more essay
When the files are very long you need to go to the next page . Here are the basic commands
  • q --- quit more
  • spacebar --- read next page
  • return key --- read next line
  • b --- go back one page

No comments:

Post a Comment