ASCCON / DStat

Quickly gather and print directory statistics.
MIT License
1 stars 0 forks source link

Directory entries not checked for uniquness #27

Closed ASCCON closed 7 months ago

ASCCON commented 8 months ago

Specifying e.g:

dstat /usr /usr /usr

outputs the dir stats for /usr times 3 (e.g 8 directories is listed as 24). Input should be checked for uniqueness, including . vs ${PWD} vs ./sub-directory/.., &c.