Date: Wed, 08 Aug 2001 08:16:19 -0700 From: Drew Tomlinson <drewt@writeme.com> To: 'Tyler' <blouz@shack.mine.nu> Cc: freebsd-questions@freebsd.org Subject: RE: How to Echo Newline in tcsh? Message-ID: <5CD46247635BD511B6B100A0CC3F023925A04A@ldcmsx01.lc.ca.gov> In-Reply-To: <5CD46247635BD511B6B100A0CC3F0239E33F53@ldcmsx01.lc.ca.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message----- > From: Tyler [mailto:blouz@shack.mine.nu] > Sent: Tuesday, August 07, 2001 4:57 PM > To: Drew Tomlinson > Cc: freebsd-questions@freebsd.org > Subject: Re: How to Echo Newline in tcsh? > > > echo -e "test entry\n" It doesn't work on my system. blacklamb# echo -e "test event\n" -e test event\n blacklamb# I looked at the man page and there is only an "-n" option: The following option is available: -n Do not print the trailing newline character. This may also be achieved by appending `\c' to the end of the string, as is done by iBCS2 compatible systems. What's the "-e" supposed to do? Thanks, Drew 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?5CD46247635BD511B6B100A0CC3F023925A04A>