From owner-freebsd-questions Mon Jul 13 10:18:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29089 for freebsd-questions-outgoing; Mon, 13 Jul 1998 10:18:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa3-03.ix.netcom.com [206.214.137.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29080 for ; Mon, 13 Jul 1998 10:18:48 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id KAA00648; Mon, 13 Jul 1998 10:18:40 -0700 (PDT) (envelope-from tomdean) Date: Mon, 13 Jul 1998 10:18:40 -0700 (PDT) Message-Id: <199807131718.KAA00648@ix.netcom.com> From: Thomas Dean To: romank@graphnet.com CC: freebsd-questions@FreeBSD.ORG In-reply-to: <35AA1DD1.AE2D8C74@graphnet.com> (message from Roman Katsnelson on Mon, 13 Jul 1998 10:46:41 -0400) Subject: Re: Sh script (sorry!) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look at 'man csh' or man . To append to a file most likely, you want to use '>>' echo "asdf asdf asdf" >> file.name Subscribe to the newbies mailing list. There is lots of this kind of help there. Read the new users turorial at www.freebsd.org/tutorials An interesting book is The UNIX Programming Environment, Kernighan and Pikd, Prentice-Hall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message