Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: nohup usage
- X-seq: zsh-users 5020
- From: Scott Barron <sb125499@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: nohup usage
- Date: Thu, 30 May 2002 11:44:03 -0400
- In-reply-to: <1022771592.8377.7.camel@xxxxxxxxxxxxxxxxxx>; from jhessel@xxxxxxxxxxxxxxx on Thu, May 30, 2002 at 10:13:12AM -0500
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1022771592.8377.7.camel@xxxxxxxxxxxxxxxxxx>
On Thu, May 30, 2002 at 10:13:12AM -0500, Jay Hesselberth wrote:
> I've just done the bash --> zsh transition, and I like zsh except for
> one thing (right now).
>
> I run a fair amount of things in the background, and I'm sick of
> forgetting to type 'nohup' before starting processes, and sick of not
> being able to exit the terminal I started the process in, b/c it will
> kill the process.
>
> Is there to trap calls like 'start-program &' to be called under nohup?
>
> Thanks,
>
> Jay
>
> --
Jay,
This bugged me at first too but you can do 'start-program &!' and you'll
be able to exit your terminal. Or if you happen to just 'start-program
&' you can use 'disown' to accomplish the same thing. That's my
solution anyway. Hope it helps.
-Scott
Messages sorted by:
Reverse Date,
Date,
Thread,
Author