mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 14:55:32 +00:00
Update cheatsheets
This commit is contained in:
26
pbzip2
Normal file
26
pbzip2
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pbzip2
|
||||
|
||||
> A parallel implementation of the `bzip2` file compressor.
|
||||
> See also: `bzip2`, `tar`.
|
||||
> More information: <https://manned.org/pbzip2>.
|
||||
|
||||
- Compress a file:
|
||||
|
||||
`pbzip2 {{path/to/file}}`
|
||||
|
||||
- Compress a file using the specified number of processors:
|
||||
|
||||
`pbzip2 -p{{4}} {{path/to/file}}`
|
||||
|
||||
- [d]ecompress a file:
|
||||
|
||||
`pbzip2 --decompress {{path/to/compressed_file.bz2}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pbzip2 -h`
|
||||
Reference in New Issue
Block a user