mirror of
https://github.com/izzy2lost/mame.git
synced 2026-03-10 12:32:38 -07:00
* 3rdparty/zstd: Added Zstandard compression library version 1.5.5. * util/unzip.cpp: Added support for Zstandard compression (method 93). * util/chdcodec.cpp: Added support for Zstandard compression. * 3rdparty/flac: Always define NDEBUG to avoid log spam.
354 B
354 B
zstdless(1) -- view zstandard-compressed files
SYNOPSIS
zstdless [] [ ...]
DESCRIPTION
zstdless runs less(1) on files or stdin, if no argument is given, after decompressing them with zstdcat(1).
SEE ALSO
zstd(1)