1bz3grep(1)                  General Commands Manual                 bz3grep(1)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

12       bz3grep  runs grep(1) on files, or stdin if no files argument is given,
13       after decompressing them with bz3cat(1).
14
15       The grep-flags and pattern arguments are passed on to grep(1). If an -e
16       flag  is  found  in the grep-flags, bz3grep will not look for a pattern
17       argument.
18

EXIT STATUS

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

SEE ALSO

24       bzip3(1)
25

AUTHORS

27       Thomas Klausner wiz@NetBSD.org
28
29
30
31version v1.2.2                  11 January 2023                     bz3grep(1)
Impressum