j
k
j a
j l
On Sun, Sep 25, 2005 at 12:55:32PM -0400, Joshua Baker-LePain wrote:
On Sun, 25 Sep 2005 at 6:52pm, Kai wrote ......find ../ -name '*.mp3' -o -name '*.ogg' -print0 | xargs -0 -i cp {} .
On Sun, 25 Sep 2005 at 6:52pm, Kai wrote
...find ../ -name '*.mp3' -o -name '*.ogg' -print0 | xargs -0 -i cp {} .
find ../ -name '*.mp3' -o -name '*.ogg' -print0 | xargs -0 -i cp {} .
^^
Shouldn't here also be a '-print0' ?
Cheers,
Back to the thread
Back to the list