
unzstd
List of commands for unzstd:
-
unzstd:tldr:7f6bc unzstd: Decompress a file into a specific output file.$ unzstd ${path-to-compressed-ztd} -o ${path-to-extracted_file}try on your machineexplain this command
-
unzstd:tldr:cebfe unzstd: Display information about a compressed file.$ unzip --list ${filename-zst}try on your machineexplain this command
-
unzstd:tldr:d8aec unzstd: Decompress files.$ unzstd ${filename1-ztd filename2-ztd ---}try on your machineexplain this command