Lecture 18
22
cd
•Syntax
–cd  # change to home directory
–cd foo # change to subdirectory foo
–cd . # stay where you are
–cd .. # change to parent of current directory
–cd ..\bar\whatever  # not supported in Juno