Update README.md

This commit is contained in:
Adnan Ahmed 2017-04-24 23:45:41 +04:00 committed by GitHub
parent e17c584647
commit b648976e22
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ Kill all processes with the name.
killall processname killall processname
``` ```
### c. `&` ### c. &
The `&` symbol instructs the command to run as a background process in a subshell. The `&` symbol instructs the command to run as a background process in a subshell.
```bash ```bash
command & command &