Tag: CLI

  • Convert to AVIF using the CLI

    The AVIF image format offers amazing size and quality improvements over PNG and JPG. Converting existing images to AVIF is easy to script on the command line using the right tool. On Debian-based systems, the process is easy using apt-get. With the avifenc command installed, converting images is easy and results in impressive reductions in…

  • Extracting Single Files From a Zip

    I’ve been working with lots of zip files lately – site backups mostly. Often times this is because of some error message referring to a file contained within the archive. When the zip is quite large, having to extract gigabytes of information just to view the contents of one file is annoying. Because of this…