[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: !bg



On Wed, 19 Jun 2002, Pfefferkeks wrote:

> Hi,
>
> wenn ich !bg sh -c .... in einer script datei  schreibe motzt er das !bg kein
> gültiges komando wäre ! Mit !bg setze ich den befehl doch in den hintergrund
> oder ?

Even though Germany is a big country, don't expect everyone to understand
German on an english-language mailing list.

What you want is to add an & at the end of your command to run it in the
background. you can use the "fg" command to bring it back to foreground
and Control-Z to suspend it.

by the way: this is not an openbsd question but a very simple shell
question.

//Wouter