1 2 3 4 5
#!/bin/sh root=`dirname $0` cat $root/file.txt | tr 'aeiouAEIOU' 'eiouaEIOUA' > $root/file2.txt