summaryrefslogtreecommitdiff
path: root/app-mem.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app-mem.sh')
-rwxr-xr-xapp-mem.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mem.sh b/app-mem.sh
index 96264a5..35384c9 100755
--- a/app-mem.sh
+++ b/app-mem.sh
@@ -26,4 +26,4 @@ ps -A --sort -rss -o comm,pmem,rss | awk '
{
printf "%-20s\t%s\t%s\n", $1, $2, $3
}
-'
+' | head -n 10