Closed ASCCON closed 7 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.
/usr
.
${PWD}
./sub-directory/..
Specifying e.g:
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.