最后活跃于 1713295172

Malin's Avatar Malin 修订了这个 Gist 1713295172. 跳至此修订

1 file changed, 3 insertions

largest.sh(file created)

@@ -0,0 +1,3 @@
1 + # find and sort largest directories
2 +
3 + du -h /www --max-depth=1 | sort -rh
更新 更早