WangAguo wa wa wa
程式開發哇哇哇
網頁
首頁
2013年4月26日 星期五
Copy a file to multiple directory.
Copy a file to multiple folder. Can use find command and type directory (-type d).
Then use -exec run cp command copy to target {}.
e.g.
find . -name "folder_name" -type d -exec cp /xxx/filename.txt {} \;
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言