CMD: background jobs
This commit is contained in:
+18
@@ -10,6 +10,24 @@ shell: sh
|
|||||||
bin: column
|
bin: column
|
||||||
tag: format
|
tag: format
|
||||||
|
|
||||||
|
aim: Run commands in background
|
||||||
|
cmd: du -sh .* | sort -h | tail &
|
||||||
|
cmd: jobs
|
||||||
|
cmd: grep -ri password /etc/ &
|
||||||
|
cmd: jobs
|
||||||
|
shell: sh
|
||||||
|
bin: jobs
|
||||||
|
tag: shell
|
||||||
|
tag: comfy
|
||||||
|
|
||||||
|
aim: Stop background command having output
|
||||||
|
cmd: disown
|
||||||
|
note: The command will continue as it was. You can see it with `top`.
|
||||||
|
shell: sh
|
||||||
|
bin: jobs
|
||||||
|
tag: shell
|
||||||
|
tag: comfy
|
||||||
|
|
||||||
aim: Reformat user accounts with an explicit separator (`-s`)
|
aim: Reformat user accounts with an explicit separator (`-s`)
|
||||||
cmd: column -ts: /etc/passwd
|
cmd: column -ts: /etc/passwd
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|||||||
Reference in New Issue
Block a user