Update README.md

This commit is contained in:
Adnan Ahmed 2017-04-24 23:39:16 +04:00 committed by GitHub
parent 6ba3861de1
commit b43bd0cab4
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ killall processname
```
### 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
command &
```