From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <17A91339-14CF-4787-A55D-5DBCE25CB1EB@mac.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> From: Pietro Gagliardi Date: Sun, 11 Nov 2007 10:52:34 -0500 Subject: [9fans] Instituting a pipe in my program Topicbox-Message-UUID: f32e940a-ead2-11e9-9d60-3106f5b1d025 Hello. I'm writing a Plan 9 version of the UNX cut utility and I was wondering if there was an alternative to the popen()/pclose() system. The reason is that my cut synthesizes the command line (an awk command line) for piping to rc. Thanks.