To Index

 See the UNIX Programmers Manual or via % man csh 


 % fg
  will re-start the most recent job which was stopped via CTRL-Z.


 % fg %2
  will re-start Job 2; the number, e.g. 2, is listed via the 'jobs'
  command.

To Index