Terminal
You can use jobs
to list the suspended process. Take the example. Start with a process:
Then you suspend the process:
You can list the process:
and bring it back to the foreground:
The %1
corresponds to the [1]
listed with the jobs
command.
Delete word in front of pointer
Last updated