<SNIP>
1. Is there an option to the ls command that will allow the scroll to page
like the old dos command dir -p would?
Use the "PIPE" operator ie: ls - a | more ----- and hit enter to advance by
line or space bar to advance by page
2. I have no problem changing to any directory that does not have spaces in
it but I have no idea of how to account for a space in a directory like in
the command "cd My Document"?
cd "My Documents"
Hope this helps
Chuck
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:37:59 EDT