Bash show process listUpdated: 15th April 2021Tags: ubuntu bashShow process list sorted by memory usageps aux --sort=-%mem | awk 'NR<=800{print $0}' Show process list with full start dateps -eo pid,lstart,cmd