Skip to content

Commit

Permalink
docs(tar): 📝 Update missing tgz example
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguest75 committed Jul 28, 2024
1 parent 9ead970 commit faf18c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 73_creating_archives/TAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ tar --strip-components=1 --directory=./out/ -xzvf ./out/test.tar

# change directory
tar xf ./out/test.tar --directory=./out/out/test/test

# extract tgz.
tar -xvzf ./out/test.tgz
```

## Extract direct to S3
Expand Down

0 comments on commit faf18c9

Please sign in to comment.