2 lines
43 B
Plaintext
2 lines
43 B
Plaintext
sed -E "s/([13579])([aeiou])/\2\1/g" a.txt
|
sed -E "s/([13579])([aeiou])/\2\1/g" a.txt
|