Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: detach a process and bring into GNU screen
- X-seq: zsh-users 12803
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: detach a process and bring into GNU screen
- Date: Mon, 21 Apr 2008 21:45:37 -0700
- In-reply-to: <5762C832-AE51-46E4-8894-B083601ADFA4@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <5762C832-AE51-46E4-8894-B083601ADFA4@xxxxxxxxx>
On Apr 21, 9:22pm, Alexy Khrabrov wrote:
}
} Forgetting running naked grep in nohup with stdout redirected to a
} file, I wonder whether zsh can help me to put the process into
} background, detach it somehow, and reattach in a GNU screen window?
Zsh can't help you directly with this, but there's a program named
"retty" ( http://pasky.or.cz/~pasky/dev/retty/ ) which does something
of the sort. See the list of bugs on that page for some reasons why
shells generally don't attempt to support this.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author