Compress files and folders
Zip
Collect and compress files and directories into a zip file
Unzip a standard zip file archive
List files contained inside zip file without extracting
Zip Info
Show files contained in zip file (-m
show compression rate)
List directory and file names only
Gzip
Gzip file and keep (-k
) original source file
Gzip file contents and write to stdout (useful for piping / directing results)
Tar
Tar (collect) and Gzip the specified directory to file.tgz
Uncompress file.tgz
Brotli
Install brotli command line processor
Compress file with brotli (defaults to keep source and maximum compression)
Last updated