Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!cubmol!ping From: ping@cubmol.bio.columbia.edu (Shiping Zhang) Newsgroups: comp.unix.questions Subject: Re: shell in programs Message-ID: <1991Jan12.022049.18082@cubmol.bio.columbia.edu> Date: 12 Jan 91 02:20:49 GMT References: Reply-To: ping@cubmol.bio.columbia.edu (Shiping Zhang) Distribution: na Organization: Dept. of Biology, Columbia Univ., New York, NY Lines: 7 In article garath@ais.org (Scott Grosch) writes: > If I make a C program on this account, is there any way to have the >program execute a shell command if a certain part of the program is reached? How about system(3)? -ping