Created
March 29, 2024 11:29
-
-
Save lando2319/717ac69a7252efd67378f7728af8c9e9 to your computer and use it in GitHub Desktop.
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
# to tar a dir | |
tar -czvf name-of-archive.tar.gz /path/to/directory | |
# to untar | |
tar -xzvf name-of-archive.tar.gz -C /path/to/destination/directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment