Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site reed.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!hplabs!tektronix!reed!alexis From: alexis@reed.UUCP (Alexis Dimitriadis) Newsgroups: net.jokes Subject: A funny shell script Message-ID: <1231@reed.UUCP> Date: Tue, 2-Apr-85 21:44:09 EST Article-I.D.: reed.1231 Posted: Tue Apr 2 21:44:09 1985 Date-Received: Sun, 7-Apr-85 04:59:46 EST References: <577@ssc-vax.UUCP> Reply-To: alexis@reed.UUCP (Alexis Dimitriadis) Distribution: net Organization: Reed College, Portland, Oregon Lines: 29 WARNING: do NOT try out the following. This is only a joke. Here is rather amusing "program": (csh users: prepend the word "set" to its third line). -------------------- echo -n 'Old password: ' read old new=`random 3000 < /usr/dict/words | head -1` passwd <