Steve Barnes
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.

--

--

Steve Barnes
Steve Barnes

Written by Steve Barnes

0 Followers

Residing in Wales but living in my head. FOSS & Python fan & advocate.

No responses yet