/ Published in: Bash
URL: http://www.unix.com/unix-dummies-questions-answers/54238-directory-size-ls-l.html
Expand |
Embed | Plain Text
du . | awk '{sum+=$1} END {printf("%12.0f\n", sum*512)}'
You need to login to post a comment.
URL: http://www.unix.com/unix-dummies-questions-answers/54238-directory-size-ls-l.html
du . | awk '{sum+=$1} END {printf("%12.0f\n", sum*512)}'
You need to login to post a comment.