Monday, May 9, 2011

Linux/Shell: copy recursive by file extention

cp `find ./srcfolder -name \*.m` ./dstfolder/

*.m is the file extention

No comments:

Post a Comment