From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from groucho.cs.psu.edu ([130.203.2.10]) by hawkwind.utcs.toronto.edu with SMTP id <2718>; Thu, 11 Jun 1992 23:53:46 -0400 Received: by groucho.cs.psu.edu id <2538>; Thu, 11 Jun 1992 23:53:17 -0400 From: Scott Schwartz To: rc@hawkwind.utcs.toronto.edu Subject: pipes Message-Id: <92Jun11.235317edt.2538@groucho.cs.psu.edu> Date: Thu, 11 Jun 1992 23:53:11 -0400 So is this useful? ; cat | ls file1 file2 file3 How about this? ; cat |[3=4] |[4=5] cat (It would be nice to get two pipes connecting the cats?) The null command doesn't seem well defined to me.