more tomfoolery.
i bet mk can't read the mac os or sun os archives.
This commit is contained in:
parent
d946e4dc5d
commit
6b17c8f11b
4 changed files with 21 additions and 6 deletions
7
bin/membername
Executable file
7
bin/membername
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue