[I copy it into here, it didn't go through the vetting until now]
Mike Gerdts wrote:
You should be able to confirm that this is your problem with:
$ find . | awk 'length($0) > 8192 {print length($0), $0}'
Strange enough, this runs in almost no time: pressing enter is followed by the
command prompt immediately:
# find . | awk 'length($0) > 8192 {print length($0), $0}'
#
$ find . | perl -e 'print sort <>'
this goes through, however. But not well enough for gupdatedb, because the
gupdatedb script uses a whole of a lot of bunch of options and calls 'sort'
repeatedly.
This message posted from opensolaris.org
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss