From cd2b61038e5b885e6bd94a5c11db5c76d82458fe Mon Sep 17 00:00:00 2001 From: nprimo Date: Mon, 27 Feb 2023 12:10:36 +0100 Subject: [PATCH] feat(job-regist): clarify subject --- subjects/devops/job-regist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/job-regist/README.md b/subjects/devops/job-regist/README.md index 0bff49768..63f7ade20 100644 --- a/subjects/devops/job-regist/README.md +++ b/subjects/devops/job-regist/README.md @@ -4,7 +4,7 @@ Create a script, `job-regist.sh`, that will be able to monitor a specific background job. -The script needs to track the status of the first jobs spawned by the current terminal and periodically save the status into a `job.log` file. It must append the new update without modifying the previous content. +The script needs to track the status of the first jobs spawned by the current terminal and save the status into a `job.log` file every second. It must append the new update without modifying the previous content. Each update needs to be appended to the file with the current format: `YYYY-MM-DD hh:mm:ss - `