rc stands for 'run commands.' this has the phrase 'man' in it and is therefore unsuitable for feminize(1). use sed instead.

This commit is contained in:
Kurt H Maier 2012-04-06 16:36:28 -04:00
parent 8ebb846fb2
commit 934e5dc5a5

View file

@ -1,3 +1,5 @@
#!/bin/rc
#!/bin/sed -f
exec sed 's/ [aeiou]n([a-z][a-z][a-z])/ man\1/; s/ [a-z]em([a-z][a-z][a-z])/ fem\1/; s/ [aeiou]m/ fem/;'
s/ [aeiou]n([a-z][a-z][a-z])/ man\1/
s/ [a-z]em([a-z][a-z][a-z])/ fem\1/
s/ [aeiou]m/ fem/