TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [TCLUG:10122] Echo To File



Just use the \" within double quotes, such as 
echo "\"I like cake\"" > /tmp/file

Jer

Using Echo or cat, or anyother thingie which can output text to
file, how do you write a " to a file? Basically I want the " exported to a
file so that my little grep program will search for the whole date and not
Just the month or day in the program?  Anyone have any ideas?