These are my reading notes for Code Fellows
pwd
shows you your current directoryls
shows you what files are in your current directory
ls [options] [location]
is how it is usually formattedls -l
shows a long listingls /etc
shows directory’s contentsls -l /etc
shows both a command line option and argument~
is a shortcut to your home directory.
references your current directory..
references parent directorycd [location]
changes your directoryfile [path]
shows what type of file something isls -a
shows hidden filesecho
displays a system variablePaths