1 min readSep 26, 2018
A personal favorite (that I often use) is Pythons ability to manipulate zip, tar & gzipped tar files from the command line with: python -mzipfile -l some.zip
or python -mtarfile -l some.tar.gz
The nice thing is that this is platform independent so no worries about handling a .tar.gz file on Windows for example.