mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
4fde67fa50
Closes #2810. The syntax mirrors that of zsh.
12 lines
110 B
Fish
12 lines
110 B
Fish
sleep 5 &
|
|
sleep 5 &
|
|
jobs -c
|
|
bg -23 1
|
|
fg 3
|
|
bg 3
|
|
sleep 1 &
|
|
disown
|
|
jobs -c
|
|
disown foo
|
|
disown (jobs -p)
|
|
or exit 0
|