Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!hou3c!hocda!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!reschly@BRL-AOS.ARPA From: reschly@BRL-AOS.ARPA Newsgroups: net.unix Subject: Re: Summary of "That Crazy Caret" explanations Message-ID: <13353@sri-arpa.UUCP> Date: Mon, 10-Sep-84 12:00:45 EDT Article-I.D.: sri-arpa.13353 Posted: Mon Sep 10 12:00:45 1984 Date-Received: Fri, 14-Sep-84 07:34:24 EDT Lines: 30 From: Robert J Reschly Jr Under the 4.2 unix used on this system, the 'sh' man page makes a reference to the caret. Excerpt follows: -------------------------------- DESCRIPTION _S_h is a command programming language that executes commands read from a terminal or a file. See _I_n_v_o_c_a_t_i_o_n below for the meaning of arguments to the shell. Commands. . . . A _p_i_p_e_l_i_n_e is a sequence of one or more _c_o_m_m_a_n_d_s separated by | (or, for historical compatibility, by ^). The standard output of each command but the last is connected by a _p_i_p_e(2) to the standard input of the next command. Each command is run as a separate process; the shell waits for the last command to terminate. . . . Later, Bob