Skip to content

Commit

Permalink
lzop: add page (tldr-pages#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
KopfKrieg authored and zlatanvasovic committed Jan 28, 2020
1 parent bad49f0 commit f1e65d2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/common/lzop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# lzop

> Compress or decompress files with LZO compression.
> More information: <https://www.lzop.org/>.
- Compress a file into a new file with the .lzo suffix:

`lzop {{file}}`

- Decompress a file:

`lzop -d {{file}}.lzo`

- Compress a file, while specifing the compression level. 0 = Worst, 9 = Best (Default level is 3):

`lzop -{{level}} {{file}}`

0 comments on commit f1e65d2

Please sign in to comment.