RT
Unix / Linux移動文件。
移動文件語法:
$ mv [options] sourcefiles destdir
將main.c def.h文件移至/ home / usr / rapid /目錄
$ mv main.c def.h /home/usr/rapid/
將當前目錄中的所有C文件移動到子目錄bak
$ mv *.c bak
mv命令►
Advertising