i have a question that i hope somebody can help me with. when at the command line u can type "ls" to get a list of files and directories. the question i have is how do u make it stop if the list is to long to fit the page. at a windows command line you would type "dir" and use the p option. does anybody know if this is possible and if so how? tia........
What I normally do is tye ls > somename.txt This will dump everything in the file somename.txt Now you can open somename.txt, and look through it line by line.