Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!moss@BRL-VLD.ARPA From: moss@BRL-VLD.ARPA Newsgroups: net.unix Subject: Re: That Crazy Caret Message-ID: <13328@sri-arpa.UUCP> Date: Sun, 9-Sep-84 14:00:34 EDT Article-I.D.: sri-arpa.13328 Posted: Sun Sep 9 14:00:34 1984 Date-Received: Fri, 14-Sep-84 05:52:52 EDT Lines: 18 From: "Gary S. Moss (AMXBR-VLD-V)" I am surprised nobody mentioned that '^' has significance to CSH as a substitute operator. An example : % ls -l fobar fobar not found % ^o^oo ls -l foobar ... And an example of misuse of '^' in the CSH : % ^sanka Bad substitute. I forget what the original symptoms were, but I don't think they would result from improper use of the '|' symbol.