Search Results

Search: Posts Made By: KD_999
8,329
Posted By KD_999
Also make sure to remove ulimit if any, because...
Also make sure to remove ulimit if any, because you might experience issues with that in the long run :)
1,397
Posted By KD_999
You can do the following to sort based on column...
You can do the following to sort based on column number, than sort the output based on column numerically.

sort -k5 | sort -nr

The whole thing would look something of the like

ps ef |...
Showing results 1 to 2 of 2

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