3 lines
109 B
Bash
Executable file
3 lines
109 B
Bash
Executable file
#!/bin/rc
|
|
|
|
exec sed 's/ [aeiou]n([^ ][^ ][^ ])/ man\1/; s/ [a-z]em([^ ][^ ][^ ])/ fem\1/; s/ [aeiou]m/fem/;
|