I have this script
$AIRLINECODE=xx
for i in $AIRLINECODE_response_*; do
echo $i
done
prints all the files in the directory even if they have a completely different name..
what can i do to limit the for to find only the files that have the wished pattern?