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-wizards Subject: Re: Bourne shell io redirection with <> -- what is it? Message-ID: <9767@brl-tgr.ARPA> Date: Sat, 6-Apr-85 08:58:01 EST Article-I.D.: brl-tgr.9767 Posted: Sat Apr 6 08:58:01 1985 Date-Received: Mon, 8-Apr-85 01:17:36 EST References: <108@SCINEWS.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 8 > Does anyone know what the undocumented <> io redirection metacharacter > sequence in the bourne shell does? It opens the subsequently-named file in mode 2 (read+write). > Is it useful? I've never found a reason to use it.