You can move files with the mv
command. Typing mv test.txt /dq
will move thetest.txt
file to the /dq
folder. This assume that test.txt
is in your current directory.
mkdir test
mv
test.txt test
You can move files with the mv
command. Typing mv test.txt /dq
will move thetest.txt
file to the /dq
folder. This assume that test.txt
is in your current directory.
mkdir test
mv
test.txt test
转载于:https://my.oschina.net/Bettyty/blog/746437