Hi,
I have a text file w/ wildcards
file1
abcd*fg
xy*
I am trying to use foreach to read through the file but not successful because of the wildcards. I am doing:
>foreach x (`cat file1`)
>echo $x
>end
I get echo: No Match
I even used '\' before the asterisk but no luck. Can someone help?
Thanks,
Omar.
I have a text file w/ wildcards
file1
abcd*fg
xy*
I am trying to use foreach to read through the file but not successful because of the wildcards. I am doing:
>foreach x (`cat file1`)
>echo $x
>end
I get echo: No Match
I even used '\' before the asterisk but no luck. Can someone help?
Thanks,
Omar.