more tomfoolery.

i bet mk can't read the mac os or sun os archives.
This commit is contained in:
rsc 2004-04-21 06:53:59 +00:00
parent d946e4dc5d
commit 6b17c8f11b
4 changed files with 21 additions and 6 deletions

7
bin/membername Executable file
View file

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