Re: [問題] 移動資料
※ 引述《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
討論串 (同標題文章)
完整討論串 (本文為第 4 之 4 篇):
FreeBSD 近期熱門文章
PTT數位生活區 即時熱門文章