mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
Update README.md
This commit is contained in:
parent
1740c1148f
commit
0a13585697
1 changed files with 2 additions and 1 deletions
|
@ -1376,8 +1376,9 @@ $! :is the PID of the most recent background command.
|
|||
>filename
|
||||
```
|
||||
##### unzip tar.bz2 file (e.g. file.tar.bz2)
|
||||
```bash
|
||||
tar xvfj file.tar.bz2
|
||||
|
||||
```
|
||||
|
||||
|
||||
## System
|
||||
|
|
Loading…
Reference in a new issue