This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2025-02-01 21:42:51 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b9d2e4d897
fish-shell
/
tests
/
jobs.in
8 lines
57 B
Fish
Raw
Normal View
History
Unescape
Escape
Improve `bg` argument handling - Error out if anything that is not a PID is given - Otherwise background all matching existing jobs, even if not all PIDs exist (but print a message for the non-existing ones) Fixes #3909.
2017-04-02 23:02:55 +08:00
sleep
5
&
sleep
5
&
don't print header for each job
2016-06-09 07:09:29 +08:00
jobs
-c
Improve `bg` argument handling - Error out if anything that is not a PID is given - Otherwise background all matching existing jobs, even if not all PIDs exist (but print a message for the non-existing ones) Fixes #3909.
2017-04-02 23:02:55 +08:00
bg
-
23
1
remove the tests/*.status files The tests/*.status files aren't useful so eliminate them. Just verify whether a given test module exited with a success status. There isn't any point in having a "status" file that indicates the test module should exit with a success (zero) status. Closes #3208 Closes #3209
2016-07-06 14:12:28 +08:00
fg
3
Improve `bg` argument handling - Error out if anything that is not a PID is given - Otherwise background all matching existing jobs, even if not all PIDs exist (but print a message for the non-existing ones) Fixes #3909.
2017-04-02 23:02:55 +08:00
bg
3
remove the tests/*.status files The tests/*.status files aren't useful so eliminate them. Just verify whether a given test module exited with a success status. There isn't any point in having a "status" file that indicates the test module should exit with a success (zero) status. Closes #3208 Closes #3209
2016-07-06 14:12:28 +08:00
or
exit
0
Reference in New Issue
Copy Permalink