plan9port/bin/membername
rsc 6b17c8f11b more tomfoolery.
i bet mk can't read the mac os or sun os archives.
2004-04-21 06:53:59 +00:00

7 lines
130 B
Bash
Executable file

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