ホームディレクトリに test.cpp を作成し、ホームディレクトリ内の Code フォルダーに main.cpp を作成するコマンドはどれですか?
test.cpp
Code
main.cpp
touch ~/test.cpp ~/main.cpp
touch ~/test.cpp ~/Code/main.cpp
touch ~ Code test.cpp main.cpp
ls ~/test.cpp ~/Code/main.cpp