Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Console Foundations Processes Pausing and Resuming

Jonathan Goodman
Jonathan Goodman
5,073 Points

Loading a job by id isn't working for me

Hi when I pause 2 jobs I've found that fg on it's own works as it should but using fg with a job number isn't working.

[1]  - suspended  vim some.rb
[2]  + suspended  vim test.rb
āžœ  ~  fg 1
fg: job not found: 1

^ here's an example

Is there another way of continuing jobs by id?

2 Answers

You need to add '%' before your job number, ie. fg %1