Results 1 to 4 of 4
hi i have lfs cd and i when i use a command like ls to see whats there if there is too much files there i just see the end ...
- 04-23-2005 #1Linux Newbie
- Join Date
- Jan 2005
- Posts
- 104
Help needed
hi i have lfs cd and i when i use a command like ls to see whats there if there is too much files there i just see the end part. how can i scroll the output of a command or make it output bit by bit. the only way i know to get around this is using the > to send the output of a command to a file then opening it up in an editor cos i can scroll within an editer.
- 04-23-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 765
Code:ls | more
Registered Linux user #384279
Vector Linux SOHO 6 / Vector Linux 7 RC 3.4
- 04-23-2005 #3Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
No, less is more than more! heh.
ls | less
:Pserzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 04-25-2005 #4
Re: Help needed
And/or you can hold down Shift Key and PgUp or PgDn.
Originally Posted by Viper8896


Reply With Quote