From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from postman.osf.org ([130.105.1.152]) by hawkwind.utcs.toronto.edu with SMTP id <2764>; Wed, 14 Apr 1993 11:10:57 -0400 Received: from earth.osf.org by postman.osf.org (5.64+/OSF 1.0) id AA22505; Wed, 14 Apr 93 11:10:47 -0400 Received: by earth.osf.org (5.65/4.7) id AA07466; Wed, 14 Apr 93 11:10:46 -0400 Date: Wed, 14 Apr 1993 11:10:46 -0400 From: rsalz@osf.org Message-Id: <9304141510.AA07466@earth.osf.org> To: rc@hawkwind.utcs.toronto.edu Subject: useful one-liner fn allbut { i=() { for (i in *) ~ $i $* || echo $i } } I use it for things like this: shar `{allbut RCS} | Mail joe