Hi -- We are testing RHEL 5.5 and we noticed that the below command is not
working in 5.5 -- It works in 4.7
I did notice that the version of the sort command is different between
versions, but I didn't expect it to break.

Am I just using it incorrectly in 5.5 or could this be a bug.

Thank you very much!

----

ps -eo user,pid,ppid,%cpu,%mem,nice,etime,args +8 | grep rrcpd | egrep -v
"csh |perl |rlogin |grep |get_procs |ksh |-ksh|/bin/ksh|su |rsh |sort " |
sort +8 | grep  " 1 "

sort: open failed: +8: No such file or directory

Reply via email to