2022-10-16 08:46:11 -06:00
|
|
|
# ouch
|
|
|
|
|
2025-06-28 16:12:44 +03:00
|
|
|
> Utility for compressing and decompressing files and directories.
|
2022-10-16 08:46:11 -06:00
|
|
|
> More information: <https://crates.io/crates/ouch>.
|
|
|
|
|
|
|
|
- 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}}`
|