mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
Update mon1-df-short
This commit is contained in:
parent
4d0066d6c0
commit
8446ee447d
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# called by mon1, show in xterm window without getting too wide
|
||||
# Save to /usr/local/bin
|
||||
|
||||
# Hides some fields and sorts on field 3
|
||||
df -T -h |grep -v tmpfs |awk '{$1="";$3=""; print}' |column -t |sort -h -k 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user