'Multicore Gzip.md' toevoegen
This commit is contained in:
13
Multicore Gzip.md
Normal file
13
Multicore Gzip.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## Install
|
||||
```
|
||||
apt install pigz
|
||||
```
|
||||
## Compress
|
||||
```
|
||||
tar cf - <inputdir> | pigz > <output.tar.gz>
|
||||
```
|
||||
## Extract
|
||||
```
|
||||
unpigz < <input.tar.gz> | (cd <extract location> && tar xvf -)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user