Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
bz3grep(1)		     General Commands Manual		      bz3grep(1)

NAME
     bz3grep - print lines matching a pattern in bzip3-compressed files

SYNOPSIS
     bz3grep [grep-flags] [--] pattern [files ...]

DESCRIPTION
     bz3grep  runs grep(1) on files, or stdin if no files argument is given, af-
     ter decompressing them with bz3cat(1).

     The grep-flags and pattern arguments are passed on to  grep(1).  If  an  -e
     flag  is found in the grep-flags, bz3grep will not look for a pattern argu-
     ment.

EXIT STATUS
     In case of missing arguments or missing pattern, 1 will be returned, other-
     wise 0.

SEE ALSO
     bzip3(1)

AUTHORS
     Thomas Klausner wiz@NetBSD.org

version v1.5.3			 27 August 2026 		      bz3grep(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bz3grep&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help