From owner-freebsd-questions Wed Jan 12 14:46:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from speedbuggy.telerama.com (speedbuggy.telerama.com [205.201.1.216]) by hub.freebsd.org (Postfix) with SMTP id 2363714E2E for ; Wed, 12 Jan 2000 14:46:23 -0800 (PST) (envelope-from evs@telerama.com) Received: (qmail 16863 invoked by uid 65534); 12 Jan 2000 22:46:13 -0000 Message-ID: <20000112224613.16861.qmail@speedbuggy.telerama.com> Date: 12 Jan 2000 17:46:12 -0500 From: evs@telerama.com To: Sheldon Hearn Reply-To: evs@telerama.com Cc: Jonathon McKitrick , freebsd-questions@freebsd.org, lee@dogma.freebsd-uk.eu.org References: <87165.947696425@axl.noc.iafrica.com> In-Reply-To: <87165.947696425@axl.noc.iafrica.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: IMP/PHP3 Imap webMail Program 2.0.9 X-Originating-IP: 141.202.248.57 Subject: Re: simple c i/o question Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can still use "test", but you should start it differently, somthing like this: ./test Quoting Sheldon Hearn : > > > On Wed, 12 Jan 2000 16:59:13 GMT, Jonathon McKitrick wrote: > > > cc -o test test.c > > > > test > > > > Output is nothing. Program immediately returns to the prompt. > > Dumb-ass. :-) > > Test is either a shell built-in, or a system utility (/bin/test). > Either call your program something else or run it as ./test . > > How long did that one have you going? :-) > > Ciao, > Sheldon. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Sincerely yours Mikhail Evstiounin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message