Navigating in UNIX
pwd Shows the full path of the current directory
ls Lists all the files in the current directory
ls -al Lists all files and information
ls ââ¬âalR Lists all files and information in all subdirectories
ls -alR | more Same as ls ââ¬âalR, pausing when screen becomes full
ls -alR > filename.txt Same as ls ââ¬âalR, outputs the results to a file
ls *.html Lists all files ending with .html
cd [directory name] Changes to a new directory
cd .. Changes to directory above current one
clear Clears the screen
vdir Gives a more detailed listing than the ""ls"" command
exit Log off your shell