간편하게 PDF로 보기!
cd = Change Directory
ls = List (List all the files and folder inside the directory)
mkdir = Make Directory (new folder)
touch = Make an empty file (need to put proper ending for it to become a specific file ex).py .cpp .txt)
sudo = Super User Do (Allows you to run commands at high privilege)
code . = open the following folder with visual studio code
터미널에서 치는 명령어는 항상 command 부터!
예를 들면,
git = github (깃허브에서 무언가를 한다)
make = c++ 에서 컴파일을 한다
ros2 = ros2를 통해서 무언가를 실행한다