Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 5/3/83; site stc-a.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!mcvax!ukc!stc-a!shimell From: shimell@stc-a.UUCP (Dave Shimell) Newsgroups: net.unix,net.bugs Subject: Re: Creating a file in csh Message-ID: <204@stc-a.UUCP> Date: Sat, 20-Apr-85 00:20:50 EST Article-I.D.: stc-a.204 Posted: Sat Apr 20 00:20:50 1985 Date-Received: Mon, 22-Apr-85 02:16:43 EST References: <797@u1100a.UUCP> <254@tellab3.UUCP> <1581@ukma.UUCP> <1899@sdcrdcf.UUCP> <603@mcvax.UUCP> Organization: STC Telecommunications, London. Lines: 22 Xref: watmath net.unix:4309 net.bugs:627 > > > echo -q This creates an empty file >new.file > >To contribute to this silly discussion, the most portable way >to create an empty file is: > touch "Empty file" Actually, Jaap, this does not work on IS/1 (Version 6 PWB). I presume this is also the case with other V6 systems. Best is: cat /dev/null > "Empty file". Regards, Dave Shimell. shimell@stc-a.UUCP {root44, ukc, idec, stl, creed, stc-[bcdf]}!stc-a!shimell -- Regards, Dave Shimell. shimell@stc-a.UUCP {root44, ukc, idec, stl, creed, stc-[bcdf]}!stc-a!shimell