Useful Shell Commands
Table of Contents
Entering a Subdirectory
Going Up a Directory
View Contents of Current Directory
Opening a file with Code
Entering a Subdirectory
$
cd
subdirectory
Going Up a Directory
$
cd
..
View Contents of Current Directory
$ ls
Opening a file with Code
$ code filename