home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: exit Chapter 5
The C Shell
Next: Reference: foreach
 

fg



fg

 [

jobIDs

]

Bring the current job or the jobIDs to the foreground. See also "Job Control" at the end of this section.

Example

If you suspend a vi editing session (by pressing CTRL-Z ), you might resume vi using any of these commands:

8% 

%


8% 

fg


8% 

fg %


8% 

fg %vi

	
Match initial string


Previous: Reference: exit UNIX in a Nutshell: System V Edition Next: Reference: foreach
Reference: exit Book Index Reference: foreach

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System