geeksinthetown
Showing posts with label
xargs with cp
.
Show all posts
Showing posts with label
xargs with cp
.
Show all posts
Sunday, December 9, 2012
xargs with cp and xargs with mv command
Find with xargs and mv and cp, On public demand :)
=======================================
find . -type f | xargs -I {} mv {} /target_directory_path/
find . -type f | xargs -I {} cp -p {} /target_directory_path/
Older Posts
Home
Subscribe to:
Posts (Atom)