/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type f -name '*' -exec cp {} /home/target_dir/. \;
URL: http://www.linuxjournal.com/article.php?sid=6060