홈 디렉터리에 test.cpp를 만들고, 홈 디렉터리의 Code 폴더 안에 main.cpp를 만드는 명령은 무엇인가요?
test.cpp
Code
main.cpp
touch ~ Code test.cpp main.cpp
ls ~/test.cpp ~/Code/main.cpp
touch ~/test.cpp ~/main.cpp
touch ~/test.cpp ~/Code/main.cpp