[lug] ls -option
Atkinson, Chip
CAtkinson at Circadence.com
Fri Oct 6 08:52:25 MDT 2000
Likewise, I've never heard of anything other than piping it through a pager
such as less or more. As a general "theme" (?) to unix and linux use,
you'll have a much better time using the command line if you know several
commands that you can pipe together. For example, you can find out what
files in /usr/bin are not owned by root by
ls -l /usr/bin | grep -v root
Chip
-----Original Message-----
From: D. Stimits [mailto:stimits at idcomm.com]
Sent: Thursday, October 05, 2000 7:42 PM
To: lug at lug.boulder.co.us
Subject: Re: [lug] ls -option
"Michael S." wrote:
>
> I am setting up a server, based on the book Securing and Optimizing Linux
RH
> Edition, with Krud, and doing far more command line work than I have ever
> done. I have misplaced some command line notes that I know had the
> ls -option for a screen at a time scroll. I have not found it in the man
> page nor other documentation, so after several days of searching, and
> watching rpms and dev points scream by, I humbly ask: Can someone post
the
> option?
>
> Thanks!
> Michael S.
> existinglight at earthlink.net
>
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
How about
ls something | less
_______________________________________________
Web Page: http://lug.boulder.co.us
Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
More information about the LUG
mailing list