Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
XZGREP(1) | XZ Utils | XZGREP(1) |
NAME
xzgrep - search possibly-compressed files for patternsSYNOPSIS
xzgrep [option...] [pattern_list] [file...]DESCRIPTION
xzgrep invokes grep(1) on uncompressed contents of files. The formats of the files are determined from the filename suffixes. Any file with a suffix supported by xz(1), gzip(1), bzip2(1), lzop(1), zstd(1), or lz4(1) will be decompressed; all other files are assumed to be uncompressed.-
- -r, --recursive
-
- -R, --dereference-recursive
-
- -d, --directories=action
-
- -Z, --null
-
- -z, --null-data
-
- --include=glob
-
- --exclude=glob
-
- --exclude-from=file
-
- --exclude-dir=glob
EXIT STATUS
- 0
- At least one match was found from at least one of the input files. No errors occurred.
- 1
- No matches were found from any of the input files. No errors occurred.
- >1
- One or more errors occurred. It is unknown if matches were found.
ENVIRONMENT
- GREP
- If GREP is set to a non-empty value, it is used instead of grep, grep -E, or grep -F.
SEE ALSO
grep(1), xz(1), gzip(1), bzip2(1), lzop(1), zstd(1), lz4(1), zgrep(1)2025-03-06 | Tukaani |