Using du -csh on the current directory
time du -csh . 544G real 0m20.485s user 0m0.308s sys 0m2.146s
Using du -cmshis rather fast
$ time du -cmsh 544G real 0m17.306s user 0m0.266s sys 0m1.951s
Using du -sh is the longest
$ time du -sh . 544G . real 0m21.790s user 0m0.312s sys 0m2.289s
No comments:
Post a Comment