Last active 1713295172

Malin's Avatar Malin revised this gist 1713295172. Go to revision

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
Newer Older