Table of Contents

Bash - fg (foreground) - (Builtin command)

About

fg resume a job in the foreground, and make it the current job.

Syntax

fg [jobspec]

If jobspec is not present, the shell’s notion of the current job is used.

Return value

The return value is that of;