Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!ihnp4!inuxc!pur-ee!uiucdcs!parsec!ctvax!uokvax!ron From: ron@uokvax.UUCP Newsgroups: net.jokes.d Subject: Re: Rot N program source - (nf) Message-ID: <4910@uiucdcs.UUCP> Date: Fri, 13-Jan-84 22:55:51 EST Article-I.D.: uiucdcs.4910 Posted: Fri Jan 13 22:55:51 1984 Date-Received: Sun, 15-Jan-84 00:45:55 EST Lines: 23 #R:gatech:-307000:uokvax:14900009:000:655 uokvax!ron Jan 12 20:37:00 1984 i take no credit for this, but this is a really easy way to do rotates. simply: % alias rot 'tr A-Za-z N-ZA-Mn-za-m' then you can do a: % rot < reallyfunnydirtyjoke > realyfunnydirtyjoke.rot yes, yes, i know many have seen this before, but i though i'd tack it on to the previous program so people can see a really simple alternative to re-inventing the wheel. rotating is nothing more than translating characters, so why not use tr??(tr stand for 'translate characters') it's major fault is loss of generality, but then again, when have you seen something NOT rot13? eba (that's ron rotated...) ...!ctvax!uokvax!ron ...!duke!uok!uokvax!ron