Tagged Questions
0
votes
1answer
82 views
du (disk usage) and format specifier for file/directory sizes strings?
I am really fond of du, and I often like to use it like this:
$ du -hsc /var/mail/ /var/log/ 2>/dev/null
4,0K /var/mail/
5,7M /var/log/
5,7M total
However, I'd like to be able to ...