Sign in
plan9port
/
plan9
/
dd94dcd53587dc406daaf9e594b37737d310c8d3
/
.
/
src
/
cmd
/
dict
/
egfix
blob: 192320c2a018f853918029d1468218a8e605139e [
file
] [
log
] [
blame
]
#!/bin/rc
sed
'
s/[ ]+$//
/ /!d
/, /{; h; s/,.*//; p; g; s/ .*, / /; }
'
$1
|
sed
'
/\(/{; h; s/\([^)]+\)//; p; g; s/[()]//g; }
'
|
sed
'
s/ +/ /
s/[ ]+$//
s/ +/ /g
'