blob: cb48f00705819d6aeed10b0d1706d1de92efb9f3 [file] [log] [blame] [view]
Extract one single file from a .zip .tar, .tgz, .tar.gz, tar.bz2, tar.gz.
```text
Usage:
ops -extract file.(zip|tgz|tar[.gz|.bz2|.xz]) target
```
## Example
Extract file named `single.pdf` from `archive.zip` archive.
```bash
ops -extract archive.zip single.pdf
```