linux:
du -sh * 2>/dev/null | sort -hr
Windows(cygwin/git...):
du -sh * 2>NUL | sort -hr
标签:sort,git,hr,sh,du,文件夹,排序,统计 From: https://www.cnblogs.com/wangbingbing/p/16969886.html注意这个sort要用git带的sort.exe而不是System32下面的sort
linux:
du -sh * 2>/dev/null | sort -hr
Windows(cygwin/git...):
du -sh * 2>NUL | sort -hr
标签:sort,git,hr,sh,du,文件夹,排序,统计 From: https://www.cnblogs.com/wangbingbing/p/16969886.html注意这个sort要用git带的sort.exe而不是System32下面的sort