Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: ls command?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ls command?



Forest Dean Feighner wrote:

Try:
ls | more

the same with a text file

cat textFile | more
more is a pager. Any file can be displayed with it.

For example, 'more /etc/fstab'. Or 'cat /etc/fstab | more'.
Or standard output can be filter to more standard input.
For example, 'ls | more'. Or 'cat /etc/inittab | more'.

There is another pager called: less. I use less
more often then more. Remember; less is more.



--
glp, USA


References: 
 >Re: ls command? (From: Forest Dean Feighner <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.