Return to Snippet

Revision: 33083
at October 6, 2010 01:46 by kurokikaze


Initial Code
find . -type f -name '*' -exec cp {} /home/target_dir/. \;

Initial URL
http://www.linuxjournal.com/article.php?sid=6060

Initial Description


Initial Title
Copy many files when argument list is too long

Initial Tags


Initial Language
Bash