On Thu, 14 Feb 2002, Mansur, Warren wrote: > My biggest complaint is that half the tools, such as 'ps', 'tar', etc . . > ., only seem to accept half as many options as other UNIX platforms, so I > always have learn two versions of each command -- one for all UNIXes > except Sun, and Sun.
Just install the GNU tools. That is what we did at UNH. :-) > Example: try tying 'ps aux' on Sun and see what happens. For that case, your problem is your background. The command you provide uses BSD syntax. Solaris is a based on System V, not BSD. Try "ps -ef" instead. You will have this problem on any SysV-based system. -- Ben Scott <[EMAIL PROTECTED]> | The opinions expressed in this message are those of the author and do not | | necessarily represent the views or policy of any other person, entity or | | organization. All information is provided without warranty of any kind. | ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
