I am working with perl in csh. Now I am using get options thing. I want to use as
myperl -f temp1*.txt
But it won't go into code and give me error 'No match.' Currently I below things are working..
myperl -f temp1\*.txt
and
myperl -f "temp1*.txt"
How to get first thing working?