

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

![[ Up ]](icons/tube-up.gif)
![[Prev]](icons/tube-prev.gif) ![[Home]](icons/tube-home.gif) ![[Next]](icons/tube-next.gif)
![[Author]](icons/tube-author.gif) |
The more command provides a convenient alternative to displaying
text on your terminal. The more program takes the input text and
displays one screen full worth. The last line of the screen contains
-More-. To scroll an entire screen forward, press the space bar.
To scroll forward one line, press <return>. To
enter the vi text editor, type v.
To quit scrolling, type q.
More can be used on a text file by typing more filename or
can be used to display the output from another program with the use of
the pipe symbol by typing command | more.
For example,
ls | more
will list as many filenames from the working
directory that will fit on the screen and prompt the user with -More-
if there are more filenames to be displayed.
You may want to check to see if your system has less installed. It's
a cleverly named more clone that has a number of enhancements.
Find this site useful? Want to give something back?
© 1993-2000 Christopher C. Taylor
|