2018-08-23 The Web Developer Bootcamp 学习笔记

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 

你可能感兴趣的:(2018-08-23 The Web Developer Bootcamp 学习笔记)