Skip to content

Instantly share code, notes, and snippets.

@pedroppinheiro
Last active August 22, 2022 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedroppinheiro/7c60173cbf83ce5a24f3f30dc4bb9e13 to your computer and use it in GitHub Desktop.
Save pedroppinheiro/7c60173cbf83ce5a24f3f30dc4bb9e13 to your computer and use it in GitHub Desktop.
lidando com gerenciamento de espaço em disco

###Mostrar quanto de espaço em disco está sendo ocupado

df -h ou df -h .

###Mostrar por pasta quanto de espaço em disco está sendo ocupado (muito útil)

du --max-depth=1 -h /

Para Windows tem o "SpaceSniffer" que é grátis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment