>>>>> "Alexander" == Alexander Samad <[EMAIL PROTECTED]> writes:

Alexander> Hi Quick question for the list


Alexander> I am trying to do something like this



Alexander> #!/bin/bash

Alexander> SOMEVARIABLE


Alexander> VAR2="$( awk -F, "/$SOMEVARIABLE/ /some/pathtoafile/")"


eval VAR2="`awk -F -F, \"$SOMEVARIABLE/ /some/pathtoafile/\"`"

eval is your --- well not necessarily friend, the quoting can get
hairy.

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to