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/
UNIX/Linux problem solving blog, Good for beginners and experts. UNIX interview preparation guide. Top Unix interview questions and answers. awk,sed,vi shell,perl solutions of Unix problems.
1 comment:
It was very nice article and it is very useful to Linux learners.We also provide Linux online training
Post a Comment