Your Ad Here

Posted By

kurokikaze on 10/06/10


Tagged


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

bobbym245


Copy many files when argument list is too long


 / Published in: Bash
 

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

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

Report this snippet  

You need to login to post a comment.