diff --git a/README.md b/README.md index e778c16..70f0525 100644 --- a/README.md +++ b/README.md @@ -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 &