mac*_*ey7 5 command-line bash mv
我想知道是否有比这更干净的方法将文件移动到当前目录中:
mv path/to/file ../current_directory
如果我想将文件移动到上面的目录,我可以去:
mv file ..
有没有办法表示当前目录?
Cha*_*Rex 4
当前目录是.,因此您可以使用:
.
mv path/to/file .
归档时间:
8 年,9 月 前
查看次数:
7919 次
最近记录: