CMD: change background job example
This commit is contained in:
+4
-4
@@ -251,10 +251,10 @@ tag: web
|
|||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
aim: Run commands in background
|
aim: Run commands in background
|
||||||
cmd: du -sh .* | sort -h | tail &
|
cmd: ls -Rilt ~ &
|
||||||
cmd: jobs
|
+ jobs
|
||||||
cmd: grep -ri password /etc/ &
|
+ find ~/.cache/ -type d -exec du '{}' -h ';' | sort -h &
|
||||||
cmd: jobs
|
+ jobs
|
||||||
shell: sh
|
shell: sh
|
||||||
bin: jobs
|
bin: jobs
|
||||||
tag: shell
|
tag: shell
|
||||||
|
|||||||
Reference in New Issue
Block a user