Last active
October 15, 2024 16:44
-
-
Save ramingar/cd78288be81b5e0ea58f52a7b094dce0 to your computer and use it in GitHub Desktop.
espacio carpetas y archivos linux #files #folders #space #linux
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
``` | |
du -sh * | |
du -h --max-depth=1 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment