Path: utzoo!attcan!uunet!wuarchive!kuhub.cc.ukans.edu!conley From: conley@kuhub.cc.ukans.edu Newsgroups: comp.sys.sgi Subject: Using wsh as a child process Message-ID: <24586.26600b24@kuhub.cc.ukans.edu> Date: 27 May 90 22:15:15 GMT Organization: University of Kansas Academic Computing Services Lines: 9 I would like to run wsh as a child process ( via fork, exec ), and connect the two processes with pipes so as to perform some text operations using the wsh window. The fork and exec succeed, but the system appears to make the resulting wsh a child of init instead of my parent process. Is it fair to assume that my idea won't work, or am I doing something wrong? Thanks in advance, drc