Naposledy aktivní 1713295172

Malin's Avatar Malin revidoval tento gist 1713295172. Přejít na revizi

1 file changed, 3 insertions

largest.sh(vytvořil soubor)

@@ -0,0 +1,3 @@
1 + # find and sort largest directories
2 +
3 + du -h /www --max-depth=1 | sort -rh
Novější Starší