Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 1998 13:45:44 -0500
From:      "Rafael A. Reta Rodriguez" <rafareta@mexcom.net.mx>
To:        Roman Katsnelson <romank@graphnet.com>
Cc:        "q's" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Sh script (sorry!)
Message-ID:  <35AA55D8.565E8F45@mexcom.net.mx>
References:  <35AA1DD1.AE2D8C74@graphnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Roman Katsnelson wrote:
> 
> Hi everyone,
> 
> I am sorry if this is more of a shell than a FreeBSD question ...
> 
> I am trying to write a shell script and I need it to append text to a
> file.
> I have been trying to do this for a while but it keeps putting it into
> STDOUT.
> How do i do this?
> 
> Thanks
> 

I don't know what you did try but try this

echo 'New line test' >> allready_existing_file

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?35AA55D8.565E8F45>