[OT] Argument list too long

Stephan Hakuli mylists at hakuli.net
Fri Aug 12 16:51:56 UTC 2005


Am Freitag, 12. August 2005 18:18 schrieb Thomas Kaiser (ubuntu):
> thomas at AMD64:~$ cp -r /media/nethd/Sound/* /media/Sound/
> bash: /bin/cp: Argument list too long

Untested(!):
$ find /media/nethd/Sound -type f --maxdepth 1 -print0 | xargs -0 cp 
--target-directory=/media/Sound

Regards,
 Stephan




More information about the ubuntu-users mailing list