CMD: change background job example

This commit is contained in:
2026-05-08 19:13:30 +02:00
parent ffd058dc45
commit b01fc9ff0d
+4 -4
View File
@@ -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