How to view the contents of tar.gz file
Written by Yujin Boby
Edit in WordPressTo view the contents of tar.gz file, run
tar tf FILE.tar.gz

-f, --file=ARCHIVE use archive file or device ARCHIVE -t, --list list the contents of an archive
Written by Yujin Boby
Edit in WordPressTo view the contents of tar.gz file, run
tar tf FILE.tar.gz

-f, --file=ARCHIVE use archive file or device ARCHIVE -t, --list list the contents of an archive