I'm displaying information about the current processes using this variety of the ps
command:
ps -eo pid,start,stime,command
How can I sort these results by start?
I've read man ps
and tried -m
, -r
and -v
sorting options. Unfortunately I haven't been able to use these options to sort by start.