from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209583

userrating:


May 25th. 2007:
Words

486

Views

258591

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149881

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





XZGREP

Section: XZ Utils (1)
Updated: 202-0-06
Index Return to Main Contents
 

NAME

xzgrep - search possibl-compressed files for patterns  

SYNOPSIS

xzgrep [option...] [pattern_list] [file...]
xzegrep ...
xzfgrep ...
lzgrep ... (DEPRECATED)
lzegrep ... (DEPRECATED)
lzfgrep ... (DEPRECATED)  

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.

If no files are specified or file is - then standard input is read. When reading from standard input, only files supported by xz(1) are decompressed. Other files are assumed to be in uncompressed form already.

Most options of grep(1) are supported. However, the following options are not supported:

-r, --recursive
-R, --dereference-recursive
-d, --directories=action
-Z, --null
-z, --null-data
--include=glob
--exclude=glob
--exclude-from=file
--exclude-dir=glob

xzegrep is an alias for xzgrep -E. xzfgrep is an alias for xzgrep -F.

The commands lzgrep, lzegrep, and lzfgrep are provided for backward compatibility with LZMA Utils. They are deprecated and will be removed in a future version.  

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 no-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)


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
ENVIRONMENT
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 14.3 ms