Skip to content

Instantly share code, notes, and snippets.

@lcomino
Created July 5, 2018 19:36
Show Gist options
  • Save lcomino/9d5960085e6bfe5c3ce15ec424d65c16 to your computer and use it in GitHub Desktop.
Save lcomino/9d5960085e6bfe5c3ce15ec424d65c16 to your computer and use it in GitHub Desktop.
Retorna o tamanho total dos arquivos
du -ch $files | tail -1 | cut -f 1
ex: du -ch *.zip | tail -1 | cut -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment