On Sep 21, 2003 at 22:03, Nikhil Joshi wrote:
man strfile gave that the alphabets are rotated 13 positions. so i wrote a program , it now works. Can a shell script be written to achieve the same purpose ?
tr [a-m][n-z][A-M][N-Z] [n-z][a-m][N-Z][A-M]
Untested.