Files
lch/README.md
T

23 lines
221 B
Markdown
Raw Normal View History

2019-02-22 18:02:22 +01:00
#Linux compressor humanizer
2019-02-22 17:20:27 +01:00
2019-02-22 18:02:22 +01:00
###### Compress
2019-02-22 18:05:07 +01:00
```
2019-02-22 18:04:06 +01:00
$ lch file.zip ./route
2019-02-22 18:05:07 +01:00
```
2019-02-22 17:21:22 +01:00
2019-02-22 18:02:22 +01:00
###### Descompress
2019-02-22 18:05:07 +01:00
```
2019-02-22 18:04:06 +01:00
$ lch file.zip
2019-02-22 18:05:07 +01:00
```
2019-02-22 17:20:27 +01:00
2019-02-22 18:02:22 +01:00
## Supported extensions
2019-02-22 17:20:27 +01:00
- tar
- tar.gz
- tar.bz2
2019-02-22 19:32:02 +01:00
- tar.xz
2019-02-22 17:20:27 +01:00
- bz2
- tgz
- gz
- zip
2019-02-22 19:32:02 +01:00
- 7z