微信扫一扫
在Linux上新建一个文件夹,并将另一个文件夹移动到新建的文件夹内。
新建文件夹:
mkdif 文件夹名字
比如:
mkdir a
移动文件夹b到问价夹a中:
mv b a
举例:
相关推荐