Skip to content

Instantly share code, notes, and snippets.

@briezler
Created June 22, 2022 07:45
Show Gist options
  • Save briezler/313cfe66663fa34137c811d3681f56aa to your computer and use it in GitHub Desktop.
Save briezler/313cfe66663fa34137c811d3681f56aa to your computer and use it in GitHub Desktop.
Verzeichnisgrößen rekursiv auslesen SSH Linux Shell Ordnergröße
# Gibt die Verzeichnisgrößen aller Unterordner im aktuellen Verzeichnis an.
du -sh ./*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment