From owner-freebsd-chat@FreeBSD.ORG Wed Sep 17 14:48:14 2003 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45EDA16A4B3 for ; Wed, 17 Sep 2003 14:48:14 -0700 (PDT) Received: from gate.bitblocks.com (bitblocks.com [209.204.185.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 997B043FE0 for ; Wed, 17 Sep 2003 14:48:13 -0700 (PDT) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost [127.0.0.1]) by gate.bitblocks.com (8.12.9/8.12.9) with ESMTP id h8HLmAC2043520; Wed, 17 Sep 2003 14:48:10 -0700 (PDT) (envelope-from bakul@bitblocks.com) Message-Id: <200309172148.h8HLmAC2043520@gate.bitblocks.com> To: Dan Nelson In-reply-to: Your message of "Wed, 17 Sep 2003 16:37:05 CDT." <3F68D401.4010304@allantgroup.com> Date: Wed, 17 Sep 2003 14:48:10 -0700 From: Bakul Shah cc: freebsd-chat@freebsd.org Subject: Re: UNIX Humour X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 21:48:14 -0000 Don't you mean: cat > hello.c < int main(void) { printf ("Hi there!\n"); return 0; } EOF chmod +x hello.c hello.c Hi There!