From c6ec740c11bacfd5a0a91a5c8a0b670d700cb8cb Mon Sep 17 00:00:00 2001 From: amin Date: Mon, 20 May 2024 01:03:48 +0100 Subject: [PATCH] docs: fix formating --- subjects/0-shell/job-control/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/0-shell/job-control/README.md b/subjects/0-shell/job-control/README.md index def29996f..0f1f40bbc 100644 --- a/subjects/0-shell/job-control/README.md +++ b/subjects/0-shell/job-control/README.md @@ -42,7 +42,7 @@ $ jobs -l [1]- 8287 Running ls -lRr / 2>1 >/dev/null & [2]+ 8870 Running sleep 50 & $ kill 8287 -[1]+ Terminated ls -lRr / 2>1 >/dev/null +[1]+ Terminated ls -lRr / 2>1 >/dev/null $ jobs [2]+ Running sleep 50 & $ exit