next up previous contents index
Next: Changing the Working Up: List of Simple Previous: List of Simple

Displaying the contents of a directory: ls

  To sort and display the names of all the directories and files that reside in your current directory, use the ls command:
 
               		  ls

file1

file2

file.3

Mail

Note that this will not list the hidden files such as .login. For that issue the command

 
               		  ls -a 



Alan Silverman
Wed Apr 12 16:54:02 METDST 1995