Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site fortune.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!fortune!lowry From: lowry@fortune.UUCP (John Lowry) Newsgroups: net.unix,net.bugs Subject: Re: Creating a file in csh Message-ID: <5201@fortune.UUCP> Date: Sun, 21-Apr-85 15:45:49 EST Article-I.D.: fortune.5201 Posted: Sun Apr 21 15:45:49 1985 Date-Received: Mon, 22-Apr-85 01:34:14 EST References: <797@u1100a.UUCP> <254@tellab3.UUCP> <1581@ukma.UUCP> <1899@sdcrdcf.UUCP> <6177@Glacier.ARPA> Reply-To: lowry@fortune.UUCP (John lowry) Organization: Fortune Systems, Redwood City, CA Lines: 15 Xref: watmath net.unix:4310 net.bugs:628 Summary: In article <6177@Glacier.ARPA> reid@Glacier.ARPA (Brian Reid) writes: >Aw, come on, folks. "touch filename" is the best way to create an empty file. >All of these other schemes, involving echo and cat and what have you, >require that the poor person reading the code stop and think about what is >going on, but the "touch" program will (by definition) do nothing other than >create it. >-- > Brian Reid decwrl!glacier!reid > Stanford reid@SU-Glacier.ARPA Wrong. If the file exists, touch will not create it and it will not be empty, unless it was before. --John Lowry