0
UNIX Tutorial: ls (list contents of working directory)
General format for the ls (list) command. Note “l” = lower case “L” % ls [options] [directory] List the contents of the working directory, short version % ls List the contents of the working directory, long version (with details) % ls -l List files, including files that are normally hidden % ls -a List files [...]