Xref: utzoo comp.unix.questions:6483 comp.unix.wizards:7655 comp.lang.c:9038 Path: utzoo!mnetor!uunet!husc6!bbn!rochester!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.questions,comp.unix.wizards,comp.lang.c Subject: Re: Writing to A NON-Existing File in "C" Message-ID: Date: 8 Apr 88 00:51:11 GMT References: <9654@jplgodo.UUCP> Distribution: na Organization: The Office of Mismanagement and Bean Counting Lines: 5 Keywords: C program, NON-EXISTING File, flushed results Contemplate the following: fd = open("file", 1); if(fd == -1) fd = open("/dev/null", 1);