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
2024-11-29 05:03:46 +08:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
ee599bdd5c
fish-shell
/
tests
/
jobs.in
5 lines
37 B
Plaintext
Raw
Normal View
History
Unescape
Escape
don't print header for each job
2016-06-09 07:09:29 +08:00
sleep 1 &
sleep 1 &
jobs -c
bg had also had wrong exit code for some errors Stop printing usage information when error isn't a usage problem. Add simple test for bg and fg
2016-06-18 23:00:40 +08:00
bg 3
fg 3
Reference in New Issue
Copy Permalink