find and copy
Published: Wednesday, Dec 26, 2007 Last modified: Monday, Dec 9, 2024
xargs isn’t the solution.
Try the strangely formatted -exec option like:
frodo$ find /media/mp3/ -name *.avi -type f -exec cp '{}' /home/hendry/videos/jutta/ \;
xargs isn’t the solution.
Try the strangely formatted -exec option like:
frodo$ find /media/mp3/ -name *.avi -type f -exec cp '{}' /home/hendry/videos/jutta/ \;