Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site randvax.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!randvax!edhall From: edhall@randvax.UUCP (Ed Hall) Newsgroups: net.unix,net.bugs Subject: Re: echo command always prints its arguments Message-ID: <2398@randvax.UUCP> Date: Wed, 10-Apr-85 14:36:21 EST Article-I.D.: randvax.2398 Posted: Wed Apr 10 14:36:21 1985 Date-Received: Sun, 14-Apr-85 02:30:58 EST References: <797@u1100a.UUCP>, <254@tellab3.UUCP> <1581@ukma.UUCP> <199@phri.UUCP> Organization: Rand Corp., Santa Monica Lines: 15 Xref: watmath net.unix:4233 net.bugs:607 > > Since, with csh, there is no longer an easy way to create an empty Since csh's built-in echo command doesn't output a newline unless it has at least one argument, the following creates an empty file quite well: echo >empty.file Of course, this means you ahve to give echo a null argument, at least, if you really *wanted* a newline. Yet another case of csh trying to be more ``useful'' by adding yet another piddling feature. -Ed Hall decvax!randvax!edhall