Linux复制文件
Linux304
description
复制test.txt文件到当前目录下的test目录下
command
cp test.txt ./test/
parameter
cp : 复制文件或文件夹
cp test.txt ./test/
cp : 复制文件或文件夹
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.