介紹
mv
指令用來移動或重新命名檔案(夾)。
語法
mv [options] source target
常用的options
-i Interactive mode. Ask before overwriting destination files.
-f Force the move. If a destination file exists, overwrite it unconditionally.
範例
你可以重新命名檔案:
⤍ mv old_name new_name
你可以將多個檔案及檔案夾移動到目標位置(target_address)
:
⤍ mv myfile1 myfile2 dir1 dir2 target_address
發佈留言