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

Re: [TCLUG:2032] confused with bash script



In a message dated 98-10-31 17:49:28 EST, hick0088@tc.umn.edu (Michael Hicks)
writes:

>> f [ "$datafile" = "$QUERY" ]; then 
>> effectively testing ( "" = "something" )
>> Seems to work on my system..  But maybe I'm weird.. ;-) 

Yup that is possible and may be better to use. I mixed up dos ".bat" scripting
and bash scripting slightly by suggesting the "a$datafile" hack !