On Tue, 16 Dec 2008, Sivakumar Gopalan wrote: > Is there a way to start a job in background in one terminal and > bring it back to foreground in a different Terminal ?
AFAIK, There is no direct interface to do this in Shell. But I think, We can do this by writing specific program, which detach from TTY (like daemons). And it can attach to the TTY from which it receive the signal/cmd (like screen). Bye :) -- Bharathi S _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
