Skip to content

Commit

Permalink
docs: fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
amin authored and zanninso committed May 20, 2024
1 parent 7accc01 commit c6ec740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/0-shell/job-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6ec740

Please sign in to comment.