diff --git a/pages/common/ouch.md b/pages/common/ouch.md new file mode 100644 index 0000000000..cfc0d367b8 --- /dev/null +++ b/pages/common/ouch.md @@ -0,0 +1,20 @@ +# ouch + +> Command-line utility for compressing and decompressing files and directories. +> More information: . + +- Decompress a specific file: + +`ouch decompress {{path/to/archive.tar.xz}}` + +- Decompress a file to a specific location: + +`ouch decompress {{path/to/archive.tar.xz}} --dir {{path/to/directory}}` + +- Decompress multiple files: + +`ouch decompress {{path/to/archive1.tar path/to/archive2.tar.gz ...}}` + +- Compress files: + +`ouch compress {{path/to/file1 path/to/file2 ...}} {{path/to/archive.zip}}`