Showing posts with label mv. Show all posts
Showing posts with label mv. Show all posts

Monday, December 10, 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/
 

Blogger news

Blogroll