Help in : sorting process by their elapsed time: HP-UX

What is the equivalent command of the below linux command would be in hp-ux

UNIX95=1  ps -eo pid,start,stime,command 

Thanks a lot,

I think you should replace: start,command with stime,comm

You can refer HP-UX ps manual here

1 Like