Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
liblzma /
share /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
lzcat.1
63.13
KB
-rw-r--r--
2021-03-26 11:02
lzcmp.1
1.43
KB
-rw-r--r--
2021-03-26 11:02
lzdiff.1
1.43
KB
-rw-r--r--
2021-03-26 11:02
lzegrep.1
1.45
KB
-rw-r--r--
2021-03-26 11:02
lzfgrep.1
1.45
KB
-rw-r--r--
2021-03-26 11:02
lzgrep.1
1.45
KB
-rw-r--r--
2021-03-26 11:02
lzless.1
1.33
KB
-rw-r--r--
2021-03-26 11:02
lzma.1
63.13
KB
-rw-r--r--
2021-03-26 11:02
lzmadec.1
2.77
KB
-rw-r--r--
2021-03-26 11:02
lzmainfo.1
1.22
KB
-rw-r--r--
2021-03-26 11:02
lzmore.1
1.13
KB
-rw-r--r--
2021-03-26 11:02
unlzma.1
63.13
KB
-rw-r--r--
2021-03-26 11:02
unxz.1
63.13
KB
-rw-r--r--
2021-03-26 11:02
xz.1
63.13
KB
-rw-r--r--
2021-03-26 11:02
xzcat.1
63.13
KB
-rw-r--r--
2021-03-26 11:02
xzcmp.1
1.43
KB
-rw-r--r--
2021-03-26 11:02
xzdec.1
2.77
KB
-rw-r--r--
2021-03-26 11:02
xzdiff.1
1.43
KB
-rw-r--r--
2021-03-26 11:02
xzegrep.1
1.45
KB
-rw-r--r--
2021-03-26 11:02
xzfgrep.1
1.45
KB
-rw-r--r--
2021-03-26 11:02
xzgrep.1
1.45
KB
-rw-r--r--
2021-03-26 11:02
xzless.1
1.33
KB
-rw-r--r--
2021-03-26 11:02
xzmore.1
1.13
KB
-rw-r--r--
2021-03-26 11:02
Save
Rename
.\" .\" Original zgrep.1 for gzip: Jean-loup Gailly .\" Charles Levert <charles@comm.polymtl.ca> .\" .\" Modifications for XZ Utils: Lasse Collin .\" .\" License: GNU GPLv2+ .\" .TH XZGREP 1 "2011-03-19" "Tukaani" "XZ Utils" .SH NAME xzgrep \- search compressed files for a regular expression .SH SYNOPSIS .B xzgrep .RI [ grep_options ] .RB [ \-e ] .I pattern .IR file "..." .br .B xzegrep .RB ... .br .B xzfgrep .RB ... .br .B lzgrep .RB ... .br .B lzegrep .RB ... .br .B lzfgrep .RB ... .SH DESCRIPTION .B xzgrep invokes .BR grep (1) on .I files which may be either uncompressed or compressed with .BR xz (1), .BR lzma (1), .BR gzip (1), .BR bzip2 (1), or .BR lzop (1). All options specified are passed directly to .BR grep (1). .PP If no .I file is specified, then standard input is decompressed if necessary and fed to .BR grep (1). When reading from standard input, .BR gzip (1), .BR bzip2 (1), and .BR lzop (1) compressed files are not supported. .PP If .B xzgrep is invoked as .B xzegrep or .B xzfgrep then .BR egrep (1) or .BR fgrep (1) is used instead of .BR grep (1). The same applies to names .BR lzgrep , .BR lzegrep , and .BR lzfgrep , which are provided for backward compatibility with LZMA Utils. .PP .SH ENVIRONMENT .TP .B GREP If the .B GREP environment variable is set, .B xzgrep uses it instead of .BR grep (1), .BR egrep (1), or .BR fgrep (1). .SH "SEE ALSO" .BR grep (1), .BR xz (1), .BR gzip (1), .BR bzip2 (1), .BR lzop (1), .BR zgrep (1)