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