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
使用mv命令移动文件
本文介绍了如何使用Linux命令行中的mv命令来移动文件。通过简单的示例,如将test.txt移动到名为test的目录中,展示了mv命令的基本用法。
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
1127
1588

被折叠的 条评论
为什么被折叠?