hashdir
hashdir copied to clipboard
Folder Size
Wonderful tool.
Does the job in a timely fashion. Any possibility to include the total size of folder along with the hash?
I know I could use "du -sh" but was just curious. Thanks.
In general, I like the unix philosophy of "make each program do one thing well".
Out of curiosity:
- Is there a particular use case you need to cover?
- What would you expect the flags for this to be? What would you expect the output to be (how should it be formatted)?
Just a simple output similar to "df -h"
Flag could be " -S " as there is an "s" already in place.