mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
unbold the B in disk
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
e3f0e628c3
commit
744bdcd5bb
1 changed files with 1 additions and 1 deletions
2
bin/disk
2
bin/disk
|
@ -30,4 +30,4 @@ case $MP in
|
||||||
/dev/*) MP=`grep "$MP" /proc/mounts | awk '{print $2}'` ;;
|
/dev/*) MP=`grep "$MP" /proc/mounts | awk '{print $2}'` ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
df -h -P "$MP" | tail -n 1 | awk '{printf "\005{=b MW}%sB\005{-}\005{= MW},%s\005{-} ", $2, $5}'
|
df -h -P "$MP" | tail -n 1 | awk '{printf "\005{=b MW}%s\005{-}\005{= MW}B,%s\005{-} ", $2, $5}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue