summaryrefslogtreecommitdiff
path: root/share/man/man2/exit.2
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-19 15:22:06 -0400
committerIan Moffett <ian@osmora.org>2025-07-19 15:22:06 -0400
commitc4da1b15cfde65a1d1173d3ae256bb54369fa4e4 (patch)
treeb890fc9d2c18aa553474c7ad8bd04133f090b574 /share/man/man2/exit.2
parent0195d1e8520df7db41af51ff910a3ac69dbdb318 (diff)
usr: osh: Introduce '&' for background tasksexpt
Previously, when running programs from the shell. The execution must finish before anything else can be done. This commit allows users to add an ampersand ('&') after the command in order to run it in the background. This is an example of its usage: -- @ beep at 400 Hz for 9000ms (to annoy people for fun). @ We will be running it in the background and do a 'kstat' @ to see that the number of tasks have increased. beep 400 9000 & kstat .. -- Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'share/man/man2/exit.2')
0 files changed, 0 insertions, 0 deletions