Blob


1 # zip utils
3 This is the code for the series of posts about zip files in my blog.
5 To compile the first program:
7 cc zipls.c -o zipls
9 To compile the second program:
11 cc zipview.c -o zipview -lz
14 ## License
16 This is free and unencumbered software released into the public
17 domain; see the UNLICENSE file.
20 ## Posts
22 Posts (english):
24 - [Inspecting zip
25 files](https://www.omarpolo.com/post/inspecting-zips.html)
26 - [Extracting files from
27 zips](https://www.omarpolo.com/post/extracting-from-zips.html)
29 Posts (italian and only over gemini):
31 - [Elencare i file di uno
32 zip](gemini://it.omarpolo.com/articoli/elencare-i-file-di-uno-zip.gmi)