zipscan

command module
v0.0.0-...-3ec1d95 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2022 License: GPL-3.0 Imports: 12 Imported by: 0

README

zipscan

Searching for file or content of file in Linux or Mac OS X is difficult task when file is inside compressed file. This utility not only helps you in searching for file and content inside directory, but, it can search for content inside compressed zip files like zip, jar files.

Usage of zipscan:

  • -c string Regular expression we are looking in file (default "^$")
  • -d string Directory to scan (Symbolic Links are not followed) (default ".")
  • -f value Comma seperated list of patterns of name. Only matching names will be search for content or name (default [])
  • -p string Regular expression of name of file or directory (default ".*")
  • -s Enable content search. To eanble add -s=true or -s

Example

zipscan -f ".md,.go" -s -c "READ"

Search for READ in content of file type .md,.go

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