mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
5 lines
62 B
Sed
5 lines
62 B
Sed
|
s/\([A-Z]\)\./\1/g
|
||
|
s/\([A-Z]\)[a-z]*/\1/g
|
||
|
s/ //g
|
||
|
s/^/.ds T1 /
|