Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 1998 10:18:40 -0700 (PDT)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        romank@graphnet.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sh script (sorry!)
Message-ID:  <199807131718.KAA00648@ix.netcom.com>
In-Reply-To: <35AA1DD1.AE2D8C74@graphnet.com> (message from Roman Katsnelson on Mon, 13 Jul 1998 10:46:41 -0400)

next in thread | previous in thread | raw e-mail | index | archive | help
Look at 'man csh' or man <whatever shell>.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807131718.KAA00648>