LinuxCommandLibrary

xzfgrep

Search xz files for fixed strings

TLDR

Search fixed string in xz files

$ xzfgrep "[string]" [file.xz]
copy
Search multiple strings
$ xzfgrep -e "[str1]" -e "[str2]" [file.xz]
copy

SYNOPSIS

xzfgrep [options] pattern [files...]

DESCRIPTION

xzfgrep searches xz compressed files for fixed strings. Does not interpret pattern as regex. Faster than xzgrep for literal string searches. Equivalent to xzgrep -F.

SEE ALSO

xzgrep(1), xz(1), fgrep(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community