Search Results

Search: Posts Made By: agama
22,159
Posted By agama
You could use --sort -pid, which sorts on pid in...
You could use --sort -pid, which sorts on pid in reverse order, but if your script needs to be portable you should stick with piping it to sort instead.
22,159
Posted By agama
Does this do it for you: ps -elf|sort -k...
Does this do it for you:


ps -elf|sort -k 4nr,4


The S means that it is interruptible (waiting for an event to complete). The ps man page probably lists all of them.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy