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.

Uwe


_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to