Get running processes in alphabetical order
# ps -edalf | awk '{print $15}' | sort | more
[Click to add or edit comments])
Please prepend comments below including a date
# ps -edalf | awk '{print $15}' | sort | more
Please prepend comments below including a date