mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
6 lines
155 B
Bash
6 lines
155 B
Bash
#!/bin/bash
|
|
|
|
# called by mon1, show in xterm window without getting too wide
|
|
|
|
df -T -h |grep -v tmpfs |awk '{$1="";$3=""; print}' |column -t |sort -h -k 3
|