|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hello. everyone.
I've been trying for like 2 hours to figure out how one can list a directory with a ****load of files in a way that I can read it page by page. Can anyone hlp me??? |
|
#2
|
|||
|
|||
|
you could pipe the output of the ls command to less (or to more).
ls -la | less use "q" to quit less, "man less" for more information. -Steven Last edited by stevengs : September 3rd, 2004 at 06:37 PM. |
|
#3
|
|||
|
|||
|
Thanks
Stevens, I owe you big time! Thanks a lot, man.
|
|
#4
|
|||
|
|||
|
O,yeah! I almost forgot to mention to U Steven...
"When the eternal night doth come thine blood shalt not be drunk...." |
|
#5
|
|||
|
|||
|
Quote:
ok, er .. I suppose that's good to know. You're welcome, glad to help. |
|
#6
|
|||
|
|||
|
You can also use -
$ ls -al | pg |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > How to list page by page, plz |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|