Skip to content

Commit

Permalink
SH-22 Add kill command to the blog post's end
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat Kemal BAYGÜN committed May 9, 2014
1 parent fbf971a commit b0e25eb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,10 @@ If you check the active jobs, you don't see any. Because the previous job is not
jobs -l -p
```

Do not forget to quit the sleep job running in background, because we don't need that now:

```bash
kill -s QUIT $(ps aux | grep '[s]leep' | awk '{print $2}')
```

So I wish this commands will be helpful for you, too.

0 comments on commit b0e25eb

Please sign in to comment.