Spakman / urchin

A Unix shell for Ruby programmers.
http://spakman.github.com/urchin/
GNU General Public License v3.0
36 stars 1 forks source link

fg and bg builtins should respect order of backgrouded jobs #9

Closed Spakman closed 13 years ago

Spakman commented 13 years ago

For example:

$ man ls &
$ man cp &
$ fg

Will have man ls as the foreground job rather than man cp.