Review of Frequently used UNIX Commands
REVIEW OF FREQUENTLY USED UNIX COMMANDS GENERAL COMMAND SYNTAX: $ command –[options] <arguments> DISPLAYING CONTENTS OF A DIRECTORY: $ ls (simple form) $ ls –l (long form) $ ls –la [long form and all files including hidden files. (hidden filenames begin with a dot)] DISPLAYING FILENAMES THAT HAVE COMMON START/END: $ ls –l chapter* (shows…