Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix Subject: Re: "set" question for Bourne shell scripts Message-ID: <8319@brl-tgr.ARPA> Date: Tue, 19-Feb-85 22:35:52 EST Article-I.D.: brl-tgr.8319 Posted: Tue Feb 19 22:35:52 1985 Date-Received: Thu, 21-Feb-85 05:47:02 EST References: <661@turtlevax.UUCP> <70@timeb.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 7 > Try 'unset *'. Should work. Not only is "unset" only found in the latest Bourne shell, but the suggestion does not work anyway. The wildcard "*" expands to a list of filenames; unless that happens to include all the set arguments (which it might, depending on the application) that is not what is desired.