ouch(1) General Commands Manual ouch(1) NAME ouch - A command-line utility for easily compressing and decompressing files and directories. SYNOPSIS ouch [-y|--yes] [-n|--no] [-A|--accessible] [-H|--hidden] [-q|--quiet] [-g|--gitignore] [-f|--format] [-h|--help] [-V|--version] DESCRIPTION A command-line utility for easily compressing and decompressing files and directories. Supported formats: tar, zip, gz, 7z, xz/lzma, bz/bz2, lz4, sz (Snappy), zst and rar. Repository: https://github.com/ouch-org/ouch OPTIONS -y, --yes Skip [Y/n] questions positively -n, --no Skip [Y/n] questions negatively -A, --accessible Activate accessibility mode, reducing visual noise May also be specified with the ACCESSIBLE environment variable. -H, --hidden Ignores hidden files -q, --quiet Silences output -g, --gitignore Ignores files matched by git's ignore files -f, --format=FORMAT Specify the format of the archive -h, --help Print help (see a summary with '-h') -V, --version Print version SUBCOMMANDS ouch-compress(1) Compress one or more files into one output file ouch-decompress(1) Decompresses one or more files, optionally into another folder ouch-list(1) List contents of an archive ouch-help(1) Print this message or the help of the given subcommand(s) VERSION v0.5.1 ouch 0.5.1 ouch(1)