Coding, Linux, Hacking Security, Learning!
find and copy file in linux
find all the mp3 file in the current directory and copy them to /home/user/song directory
find ./ -iname \*.mp3 cp {} /home/user/song \;
| Print article | This entry was posted by admin on July 3, 2010 at 12:26 am, and is filed under linux command. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |