mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add unzip
This commit is contained in:
parent
981208c791
commit
e18f742e17
@ -1518,6 +1518,12 @@ $! :is the PID of the most recent background command.
|
|||||||
```bash
|
```bash
|
||||||
tar xvfj file.tar.bz2
|
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
|
##### Output a y/n repeatedly until killed
|
||||||
'y':
|
'y':
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user