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

Re: Sobre procesos en background



On Thu, Mar 04, 1999 at 03:03:39PM +0000, David Leal wrote:

> urano 43:  f90 -c z*.f &
> [1] 13821
> urano 44:
> [1]  +Stopped (tty output) f90 -c z*.f
        ^^^^^^^
        El proceso imprime cosas cuando se ejecuta, está detenido.  Digita
        "jobs" y probablemente los encuentres por alli.

$ f90 -c z*.f > log 2>&1 &

funcionará.  Mira "(bash.info)Job Control" y "(bash)Redirections" con info.


					Marcelo


Reply to: