Re: [問題] 移動資料

看板FreeBSD作者時間20年前 (2005/09/11 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/4 (看更多)
※ 引述《SpeedRules.bbs@bbs.mgt.ncu.edu.tw (Time Stamp)》之銘言: > ==> Timangel.bbs@ptt.cc (拼老命) 提到: > : 請問一下 要把A資料夾的東西 全部移到B資料夾的的指令怎麼打 > man mv > 保險起見勸你先用cp再用rm 啊... mv 也是這樣做啊... As the rename(2) call does not work across file systems, mv uses cp(1) and rm(1) to accomplish the move. The effect is equivalent to: rm -f destination_path && \ cp -pRP source_file destination && \ rm -rf source_file -- Resistance is futile. http://blog.gslin.org/ & <gslin@gslin.org> -- ※ Origin: 邪惡小鹿鹿 <Deer.twbbs.org> ◆ From: 140.113.22.90
文章代碼(AID): #138u_f00 (FreeBSD)
文章代碼(AID): #138u_f00 (FreeBSD)