Forrest logo
back to context overview

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 machine
    explain this command
  • unzstd:tldr:cebfe unzstd: Display information about a compressed file.
    $ unzip --list ${filename-zst}
    try on your machine
    explain this command
  • unzstd:tldr:d8aec unzstd: Decompress files.
    $ unzstd ${filename1-ztd filename2-ztd ---}
    try on your machine
    explain this command
back to context overview