Hi Michael, at leas on a Mac (OS X 10.6.8) the BSD find supports -print0 [me@mymac:ptxdist:master u=] $ ls bin/ awk@ chown@ find@ md5sum@ mknod@ ptxdist* readlink@ rmdir@ stat@ xargs@ chmod@ cp@ install@ mkdir@ mv@ python@ rm@ sed@ tar@ [me@mymac:ptxdist:master u=] $ which find /usr/bin/find [me@mymac:ptxdist:master u=] $ find bin -type l -print0 | xargs -0 rm -vf bin/awk bin/chmod bin/chown bin/cp bin/find bin/install bin/md5sum bin/mkdir bin/mknod bin/mv bin/python bin/readlink bin/rm bin/rmdir bin/sed bin/stat bin/tar bin/xargs [me@mymac:ptxdist:master u=] $ ls bin ptxdist* Am 18.04.2012 um 16:28 schrieb Daniel Kriesten: > Am 18.04.2012 um 16:16 schrieb Michael Olbrich: > [...] >> So "find -print0" works, right? I wasn't sure if that's a GNU extension. >> The xargs man-page I have says "... The GNU find -print0 option produces >> input suitable for this mode.". So I wasn't sure if this works _only_ with >> GNU find. > > Uh - I'll check that. Regards, Daniel -- Daniel Kriesten Chair for Circuit and System Design Chemnitz University of Technology, Reichenhainer Str. 31-33, D-09126 Chemnitz Phone: +49 371 531-33158, Fax: +49 371 531-833158 http://www.tu-chemnitz.de/etit/sse