logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ancient - decompression routines for ancient formats

Description

       This manual page documents briefly the ancient command.

       ancient  is  a collection of decompression routines for old formats popular in the Amiga, Atari computers
       and some other systems from 80's and 90's as well as some that are currently used which were  used  in  a
       some specific way in these old systems.
       For  simple usage both a simple command line application as well as a simple API to use the decompressors
       are provided. The compression algorithm is automatically detected in most cases, however there  are  some
       corner cases where it is not entirely reliable due to weaknesses in the old format used.

Name

       ancient - decompression routines for ancient formats

Options

       These programs DO NOT follow the usual GNU command line syntax.

       identifypacked_input_file
              Identifies compression used in a file.

       verifypacked_input_fileunpacked_comparison_file
              Verifies decompression against known good unpacked file.

       decompresspacked_input_fileoutput_file
              Decompresses single file

       scaninput_diroutput_dir
              Scans  input  directory  recursively  and  stores all found.  Known compressed streams to separate
              files in output directory.

See Also

unxz(1), unpigz(1).

                                                December 25 2020                                      ancient(1)

Synopsis

ancient [identify|verify|decompress|scan] inputfile optionaloutputfile

See Also