add others

output a y/n repeatedly until killed
This commit is contained in:
onceupon 2017-06-28 20:27:43 +08:00 committed by GitHub
parent 9615774289
commit 99dd68433d

View File

@ -1385,6 +1385,15 @@ $! :is the PID of the most recent background command.
```bash
tar xvfj file.tar.bz2
```
##### output a y/n repeatedly until killed
'y':
```bash
yes
```
or 'n'
```bash
yes
```
## System