Skip to content

Instantly share code, notes, and snippets.

@osadan
Last active December 28, 2022 08:34
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 osadan/031e5da86804911951d4c207ab964af7 to your computer and use it in GitHub Desktop.
Save osadan/031e5da86804911951d4c207ab964af7 to your computer and use it in GitHub Desktop.
useful linux shell commands
# size of directory
du -sh <path>
#tar gz directory
tar -czvf target source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment