LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

zstdcat

Decompress zstd files to stdout

TLDR

Decompress to stdout
$ zstdcat [file.zst]
copy
Decompress multiple files
$ zstdcat [file1.zst] [file2.zst]
copy
Decompress and pipe to another command
$ zstdcat [file.zst] | grep [pattern]
copy
Decompress with verbose output
$ zstdcat -v [file.zst]
copy

SYNOPSIS

zstdcat [options] [files...]

DESCRIPTION

zstdcat decompresses Zstandard (.zst) compressed files and writes the output to standard output, equivalent to running zstd -dcf. This makes it useful for piping compressed data into other commands without creating intermediate decompressed files on disk.When given multiple input files, zstdcat decompresses them in sequence and concatenates the output to stdout. It is part of the zstd suite of compression utilities.

PARAMETERS

-v, --verbose

Verbose mode. Display more information.
-q, --quiet
Suppress warnings and notifications.
--no-progress
Do not display the progress bar.
-f, --force
Force overwrite and (de)compress symbolic links.

INSTALL

sudo apt install zstd
copy
sudo dnf install zstd
copy
sudo pacman -S zstd
copy
sudo apk add zstd
copy
sudo zypper install zstd
copy
brew install zstd
copy
nix profile install nixpkgs#zstd
copy

SEE ALSO

zstd(1), unzstd(1), zstdless(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid