Uwe Dippel wrote > $ 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.
Presumably, it calls the `sort` command that's first in your path? Could you create (script) ~/bin/sort with that perl command and put ~/bin at the front of your $PATH? --Joe _______________________________________________ sysadmin-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
