14Nov/090
SSH ls pagewise or limit long output
If your SSH ls command output is really long, and cannot be viewed on screen - you can use the following command to part of it with a more command to continue down the list.
ls [options here] | more
Example:-
ls -l | more
