Execute all processes in the background from bash.
From: guerrilla_thought (guerrilla_thought_at_gmx.de)
Date: 05/19/04
- Previous message: rakesh sharma: "Re: deleting duplicate lines and ignoring whitespace"
- Next in thread: Alan Connor: "Re: Execute all processes in the background from bash."
- Reply: Alan Connor: "Re: Execute all processes in the background from bash."
- Reply: Timo Felbinger: "Re: Execute all processes in the background from bash."
- Reply: Doug Freyburger: "Re: Execute all processes in the background from bash."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: rakesh sharma: "Re: deleting duplicate lines and ignoring whitespace"
- Next in thread: Alan Connor: "Re: Execute all processes in the background from bash."
- Reply: Alan Connor: "Re: Execute all processes in the background from bash."
- Reply: Timo Felbinger: "Re: Execute all processes in the background from bash."
- Reply: Doug Freyburger: "Re: Execute all processes in the background from bash."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|