Execute all processes in the background from bash.

From: guerrilla_thought (guerrilla_thought_at_gmx.de)
Date: 05/19/04

  • Next message: Alan Connor: "Re: Execute all processes in the background from bash."
    Date: Wed, 19 May 2004 08:33:06 GMT
    
    

    I was wondering if it's possible to prepend "time" and append "&" to all
    commands that I execute in bash. For example I'd like
    $ mozilla
    to exapand to
    $ time mozilla &
    to time it and execute it in the background. Anyone know if this is
    possible using bash, maybe with environment variables? It's quite
    inconvenient to type time before and & after every command that I execute.
    Thank you.

    * Anthony


  • Next message: Alan Connor: "Re: Execute all processes in the background from bash."

    Relevant Pages