On Fri, Oct 05, 2012 at 05:49:27AM -0500, William Harrington wrote:
> 
> If you do cat << EOF
> 
> Then any variables or commands in backticks are evaluated
> 
> If you do cat << "EOF"
> 
> Then variables or commands in backticks are not evaluated.
> 
> Example:
> 
> cat > test << EOF
> TEST=$PWD
> EOF
> 
> cat > test "EOF"
> TEST=$PWD
> EOF
> 

`huh?`

Scott Swanson

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to