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