mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-01-11 00:56:36 +00:00
Update README.md
This commit is contained in:
parent
99dd68433d
commit
5ca3fb531b
@ -1381,18 +1381,18 @@ $! :is the PID of the most recent background command.
|
||||
```bash
|
||||
>filename
|
||||
```
|
||||
##### unzip tar.bz2 file (e.g. file.tar.bz2)
|
||||
##### Unzip tar.bz2 file (e.g. file.tar.bz2)
|
||||
```bash
|
||||
tar xvfj file.tar.bz2
|
||||
```
|
||||
##### output a y/n repeatedly until killed
|
||||
##### Output a y/n repeatedly until killed
|
||||
'y':
|
||||
```bash
|
||||
yes
|
||||
```
|
||||
or 'n'
|
||||
or 'n':
|
||||
```bash
|
||||
yes
|
||||
yes n
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user