use kB instead of KB

This commit is contained in:
Dustin Kirkland 2009-04-06 10:58:42 -07:00
commit 511e327bfc
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ grep -qs "^$p=1$" "$HOME/.screen-profiles/status" || exit 0
cache="$HOME/.screen-profiles/$p"
interface=`route -n | tail -n 1 | sed "s/^.* //"`
unit="KB/s"
unit="kB/s"
t1=`stat -c %Y "$cache"` 2>/dev/null || t1=0
t2=`date +%s`

View file

@ -24,7 +24,7 @@ grep -qs "^$p=1$" "$HOME/.screen-profiles/status" || exit 0
cache="$HOME/.screen-profiles/$p"
interface=`route -n | tail -n 1 | sed "s/^.* //"`
unit="KB/s"
unit="kB/s"
t1=`stat -c %Y "$cache"` 2>/dev/null || t1=0
t2=`date +%s`