哪个命令可以在主目录中创建 test.cpp,并在主目录下的 Code 文件夹中创建 main.cpp?
test.cpp
Code
main.cpp
touch ~ Code test.cpp main.cpp
touch ~/test.cpp ~/Code/main.cpp
touch ~/test.cpp ~/main.cpp
ls ~/test.cpp ~/Code/main.cpp