The plus sign (+) in the jobs output represents the current job while the minus sign (-) represents the previous job. The current job is considered to be the last job that was stopped while it was in the foreground or the last job started in the background. The current job can be referred to by %% or %+. If no job information is supplied to the fg or bg commands, the current job is operated upon. The previous job can be referred to by %-.

