]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Delete ps_system.sh
authorwbudic <redacted>
Sat, 23 Mar 2019 01:10:34 +0000 (12:10 +1100)
committerGitHub <redacted>
Sat, 23 Mar 2019 01:10:34 +0000 (12:10 +1100)
dbLifeLog/ps_system.sh [deleted file]

diff --git a/dbLifeLog/ps_system.sh b/dbLifeLog/ps_system.sh
deleted file mode 100755 (executable)
index 34d6b62..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }' |more