plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 1ae1824092f518f6a97210b2da70a78478b1fd7f
parent 133c240533447952831bb7929c2b90e5afe1404f
Author: rsc <devnull@localhost>
Date:   Fri, 14 Jan 2005 00:33:03 +0000

discovered $newmember

Diffstat:
Dbin/membername | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/bin/membername b/bin/membername @@ -1,7 +0,0 @@ -#!/bin/sh - -for i -do - # This works whether sed uses \(\) or () for grouping. - echo $i | sed 's/.*\((.*)\).*/\1/' | tr -d '()' -done