Using Linux One Page @ A Time

Using Linux One Page @ A Time

Trying to get the files listed on linux a page at a time? Well there is a way. The easy way is using [php] $-l [/php] But better yet lets get some more data listed, data is always good if you can use it so enter this [php] $ ls -l | less [/php] This alows you to...