Last active
December 28, 2022 08:34
-
-
Save osadan/031e5da86804911951d4c207ab964af7 to your computer and use it in GitHub Desktop.
useful linux shell commands
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
# 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