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:
parent
8ebb846fb2
commit
934e5dc5a5
1 changed files with 4 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue