Linux and Unix du command tutorial with examples
https://shapeshed.com/unix-du/查詢>100M的文件,倒序排列,文件大小以K/M/G等顯示:
-h: 以可讀方式顯示,-t 排除小于100m的文件,sort排序,less: 分頁
du -ah -t 100m / | sort -n -r | less
posted on 2020-01-15 17:17 paulwong 閱讀(299) 評論(0) 編輯 收藏 所屬分類: LINUX