Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihlpm.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!ihlpm!rcj1 From: rcj1@ihlpm.UUCP (r j) Newsgroups: net.unix,net.jokes Subject: Re: saving rotated jokes unrotated Message-ID: <268@ihlpm.UUCP> Date: Thu, 23-May-85 15:06:11 EDT Article-I.D.: ihlpm.268 Posted: Thu May 23 15:06:11 1985 Date-Received: Sat, 25-May-85 00:17:06 EDT Distribution: net Organization: AT&T Bell Laboratories Lines: 15 Xref: watmath net.unix:4611 net.jokes:12364 To save rotated jokes unrotated create an executable file named rot with the following command in it: tr "[A-Z][a-z]" "[N-Z][A-M][n-z][a-m]" < $1 > $1.unrot Now, all you have to is: rot $1 - where $1 is the file containing the rotated jokes... The unrotated jokes will be in a file called $1.unrot..... PS: This is for rot13.... Ray ihlpm!rcj1