Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site aecom.UUCP Path: utzoo!linus!philabs!aecom!schwartz From: schwartz@aecom.UUCP (Yosef Klavan) Newsgroups: net.unix,net.jokes Subject: Re: Saving rotated jokes unrotated Message-ID: <1703@aecom.UUCP> Date: Wed, 29-May-85 16:19:20 EDT Article-I.D.: aecom.1703 Posted: Wed May 29 16:19:20 1985 Date-Received: Fri, 31-May-85 02:02:54 EDT References: <184@weitek.UUCP> Organization: Yeshiva University Computer Sci. Dept. Lines: 17 Keywords: Very simple Xref: linus net.unix:4111 net.jokes:10357 There is a much simpler way to save an encrypted joke in an uncrypted form. Upon encountering a ROT-13 joke that you want to save, 'DEROT' it, and pipe it into a file using 'cat'. Example: on the UNIX here (sys 3), the way to derot a joke is to use a 'D'. SO: D | cat > filename ^ pipe sign An immediate hard copy can be printed with 'D | print'. Enjoy.