Created
December 20, 2021 14:20
-
-
Save lifofernandez/d9d7109ac27ab3430e5443949c22e25e to your computer and use it in GitHub Desktop.
uso de disco
This file contains 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
# uso del disco carpetas de mas de 1G | |
du -ha / | awk '$1 ~ /G/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment