/ Published in: Bash
URL: http://www.linuxjournal.com/article.php?sid=6060
Expand |
Embed | Plain Text
find . -type f -name '*' -exec cp {} /home/target_dir/. \;
You need to login to post a comment.
kurokikaze on 10/06/10
1 person have marked this snippet as a favorite
URL: http://www.linuxjournal.com/article.php?sid=6060
find . -type f -name '*' -exec cp {} /home/target_dir/. \;
You need to login to post a comment.