Subject: small question about sh script
To: None <netbsd-help@netbsd.org>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: netbsd-help
Date: 02/28/2002 00:58:18
Hi, all
I want to use echo command to add one line text includes $FOO/BAR to a new file.
Something likes this:
echo "$FOO/BAR" >> FILE
But I only get /BAR in the button of FILE.
I just want the $FOO exist on FILE, not it's 'value'. :)
Could someone please tell me how to do this? Thanks!

-rxg