Added intermediate command fg
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@227 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
c922a0d8d8
commit
06e6ae5ab5
1 changed files with 26 additions and 0 deletions
26
site/pages/cmd/interm/fg.html
Normal file
26
site/pages/cmd/interm/fg.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
layout: page
|
||||
category-page: intermediate
|
||||
category-title: Intermediate commands
|
||||
tags: stopped job fg foreground
|
||||
author: Fabiano Fenini
|
||||
title: fg
|
||||
previous-page: ""
|
||||
---
|
||||
The <code>fg</code> command allows us to continue a stopped operation by running it in foreground.
|
||||
<br>
|
||||
|
||||
<br>
|
||||
The command name stands for <i>foreground</i>.<br><br>
|
||||
|
||||
<h3>Usage</h3>
|
||||
|
||||
The default fg command syntax is:
|
||||
|
||||
<pre>
|
||||
fg [%job_number]
|
||||
</pre>
|
||||
|
||||
The parameter [%job_id] contains the job number you wish to run in foreground. If this is not indicated,
|
||||
the command will run the last stopped operation.
|
||||
<br><br>
|
Loading…
Reference in a new issue