du was in kb, now counting bytes according to info text
This commit is contained in:
@@ -33,7 +33,7 @@ function compmd5 {
|
||||
}
|
||||
|
||||
function getdu {
|
||||
du $1 | awk -F" " '{ print $1 }'
|
||||
du -b $1 | awk -F" " '{ print $1 }'
|
||||
}
|
||||
|
||||
function compdu {
|
||||
|
||||
Reference in New Issue
Block a user