Help with copy files from multiple directories one inside other of the same type to one directory
Alexander Skwar
listen at alexander.skwar.name
Sat Jul 29 16:26:26 UTC 2006
· Christofer C. Bell <christofer.c.bell at gmail.com>:
> You really don't need to use xargs, find can do it all by itself.
>
> $ find . -type f -name \*.deb -print -exec mv {} /path/to/new/location \;
-print isn't REQUIRED there ;)
Alexander Skwar
--
Ich bin immer noch am überlegen, welche Sportart meine Mannschaft an
diesem Abend ausgübt hat. Fußball war's mit Sicherheit nicht.
-- Franz Beckenbauer (nach einer Bayern-Niederlage)
More information about the ubuntu-users
mailing list