You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
decompress-file decompresses a file using the FastLZ algorithm. It allows for very fast compression and decompression but files are about 33% larger than zip.
Parameter
Description
src
Source file name
dst
Destination file name
Example
Example 1: Decompress an existing file example.scm.flz to example.scm