GNU find and xargs port: available

Jim Jagielski jim at jagubox.gsfc.nasa.gov
Wed Nov 28 01:23:38 AEST 1990


My port of GNU find (ver. 2.0) and xargs is complete.

These versions, as well being a bit faster and more versatile, also support
the "NULL terminated pathname" convention, using -print0 (for find) and -0
(for xargs) so that they deal with filenames with an embedded NL (newline)
character correctly (as distributed, find prints out pathnames terminated
with a NL and xargs uses NL as it's string terminator). In special situations
and circumstances, this can create some major problems if output is piped
from find to xargs.

Anyway, a tarred and compressed version is available on jagubox.gsfc.nasa.gov
(128.183.44.1) via anon-ftp. It's called GNUfind.tar.Z. As with ALL compressed
files, be sure that you change mode to IMAGE/BINARY before downloading!

Cheers!
--
=======================================================================
#include <std/disclaimer.h>
                                 =:^)
           Jim Jagielski                    NASA/GSFC, Code 711.1
     jim at jagubox.gsfc.nasa.gov               Greenbelt, MD 20771

"Kilimanjaro is a pretty tricky climb. Most of it's up, until you reach
 the very, very top, and then it tends to slope away rather sharply."



More information about the Comp.unix.aux mailing list