zipcat

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2021 License: MIT Imports: 4 Imported by: 0

README

Zipcat

Zipcat is a small tool to quickly uncompress the content of a zip file. It reads all files in the zip file and dump their contents to the standard output.

Some sample usage :

  1. Find some text in a zip file including text and binary files:
zipcat mylib.jar | strings | grep mytext 
  1. Count the lines of text in a zip file containing only text files:
zipcat myarchive.zip | wc -l

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL