From 00697934e96eb479fae4506e86e9aa8384932e8d Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Sun, 4 Feb 2018 17:19:09 +0100 Subject: [PATCH] interupt -> interrupt --- languages/bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/bash.sh b/languages/bash.sh index 345beab..0afb1fc 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -333,7 +333,7 @@ n<&- # closes the input from file descripor n # To suspend a job, type CTRL+Z while it is running. You can also suspend a job with CTRL+Y. # This is slightly different from CTRL+Z in that the process is only stopped when it attempts to read input from terminal. -# Of course, to interupt a job, type CTRL+C. +# Of course, to interrupt a job, type CTRL+C. myCommand & # runs job in the background and prompts back the shell