Forrest logo
back to context overview

unzipsfx

List of commands for unzipsfx:

  • unzipsfx:tldr:510f2 unzipsfx: Create a self-extracting binary file of a `zip` archive.
    $ cat unzipsfx ${path-to-archive-zip} > ${filename} && chmod 755 ${filename}
    try on your machine
    explain this command
  • unzipsfx:tldr:55638 unzipsfx: Print comments on `zip` archive in the self-extracting binary.
    $ ${--path-to-binary)} -z
    try on your machine
    explain this command
  • unzipsfx:tldr:e3cc4 unzipsfx: Print content of a file in the self-extracting binary without extraction.
    $ ${--path-to-binary)} -c ${filenamename}
    try on your machine
    explain this command
back to context overview