Most Linux distros and macOS have tar program pre-installed by default, it can be used to list files in tar.gz archives. Command structure is next:
tar -tvf archive.tar.gz
What these flags mean:
-
-t- instructstarthat we are going to list files in archive; -
-f archive.tar.gz- specifies archive file name to extract; -
-v- enables verbose mode.
Popular knowhows
pubsub
gcloud
docker
3 years ago
go
golang
testing
3 years ago
ubuntu
macos
terminal
tar
3 years ago