Section: 21 The Command Line
ls ---show all the files in the folder
cd --- prompt changes the path
cd .. ---return back
touch ---make a new files
mkdir --- make directory
rm --- delete a specific file
rm -rf --- delete the entire directory
Section: 21 The Command Line
ls ---show all the files in the folder
cd --- prompt changes the path
cd .. ---return back
touch ---make a new files
mkdir --- make directory
rm --- delete a specific file
rm -rf --- delete the entire directory