CLI One Liner : Recursively Find & Copy Files
Recursively find all ruby files and copy to a given directory
find . -iname "*.rb" | xargs -I {} cp {} ./combined/
Written by Arne Fostvedt
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Osx
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#