logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Thomas Klausner wiz@NetBSD.org

version v1.5.1                                                                                        bz3grep(1)

Description

bz3grep  runs  grep(1)  on  files,  or stdin if no files argument is given, after 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 argument.

Exit Status

       In case of missing arguments or missing pattern, 1 will be returned, otherwise 0.

Name

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

See Also

bzip3(1)

Synopsis

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

See Also