Created
June 22, 2022 07:45
-
-
Save briezler/313cfe66663fa34137c811d3681f56aa to your computer and use it in GitHub Desktop.
Verzeichnisgrößen rekursiv auslesen SSH Linux Shell Ordnergröße
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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