du was in kb, now counting bytes according to info text

This commit is contained in:
2015-06-17 11:18:29 +03:00
parent 5c5cefdd51
commit b178e7b990

View File

@@ -33,7 +33,7 @@ function compmd5 {
}
function getdu {
du $1 | awk -F" " '{ print $1 }'
du -b $1 | awk -F" " '{ print $1 }'
}
function compdu {