mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Update README.md
This commit is contained in:
parent
e17c584647
commit
b648976e22
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ Kill all processes with the name.
|
|||
killall processname
|
||||
```
|
||||
|
||||
### c. `&`
|
||||
### c. &
|
||||
The `&` symbol instructs the command to run as a background process in a subshell.
|
||||
```bash
|
||||
command &
|
||||
|
|
Loading…
Reference in a new issue