Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pur-phy.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!inuxc!pur-ee!CS-Mordred!Pucc-H:Physics:crl From: crl@pur-phy.UUCP (Charles LaBrec) Newsgroups: net.unix-wizards Subject: Re: /bin/sh feature? Message-ID: <1370@pur-phy.UUCP> Date: Sun, 15-Jul-84 17:43:28 EDT Article-I.D.: pur-phy.1370 Posted: Sun Jul 15 17:43:28 1984 Date-Received: Mon, 16-Jul-84 07:35:30 EDT References: <274@uvm-cs.UUCP> <1370@ucf-cs.UUCP> Organization: Purdue University Physics Dept. Lines: 11 The problem with using '#' as a comment character is that it is non-portable to v7 (and earlier) systems (I'm not sure about Sys III/V). In these, the only way to add a comment is the ':' command (and using quotes to protect the string). A further peeve about '#' is that, at least on 4.2 BSD, saying 'rm #*' doesn't work from the tty in sh since the '#' makes the rest of the line be treated as a comment. Csh does not allow '#' from the terminal. Charles LaBrec UUCP: pur-ee!Physics:crl, purdue!Physics:crl INTERNET: crl @ pur-phy.UUCP