add unzip

This commit is contained in:
onceupon 2018-01-23 16:41:00 +08:00 committed by GitHub
parent 981208c791
commit e18f742e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1518,6 +1518,12 @@ $! :is the PID of the most recent background command.
```bash
tar xvfj file.tar.bz2
```
##### Unzip tar.xz file (e.g. file.tar.xz)
```bash
unxz file.tar.xz
tar xopf file.tar
```
##### Output a y/n repeatedly until killed
'y':
```bash