Catch up with uncommitted changes

This commit is contained in:
Jonathan Carter
2025-04-03 21:23:49 +02:00
parent 68667f2d86
commit 12c1963d67
4 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
mem()
{
ps -eo rss,pid,euser,args:100 --sort %mem | grep -v grep | grep -i $@ | awk '{printf $1/1024 "MB"; $1=""; print }'
}