From b648976e228058e49177beefb88a24da07478a75 Mon Sep 17 00:00:00 2001 From: Adnan Ahmed Date: Mon, 24 Apr 2017 23:45:41 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &