From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15998 invoked from network); 11 Jun 1997 21:57:13 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 11 Jun 1997 21:57:13 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA10519; Wed, 11 Jun 1997 17:30:23 -0400 (EDT) Resent-Date: Wed, 11 Jun 1997 17:30:23 -0400 (EDT) Message-Id: <199706112134.OAA19922@k2.cup.hp.com> X-Authentication-Warning: k2.cup.hp.com: Host localhost [127.0.0.1] didn't use HELO protocol To: zsh-workers@math.gatech.edu Subject: HP-UX 10.20 sed Date: Wed, 11 Jun 1997 14:34:09 -0700 From: Jim Mattson Resent-Message-ID: <"MziHa1.0.Fa2.kZndp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3232 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I've reported your problems with HP-UX 10.20 sed to the commands group. In the meantime, I believe the following makepro.sed offers a workaround: # makepro.sed by Mark Weaver /^\/\*\*\/$/{ n N s/\n\([_a-zA-Z][_0-9a-zA-Z]* *\)(\(.*\)/ \1 _((\2);/ p } --jim