And doesn't honor the args. Here's how to reproduce.
First it works on the cli.
asn -c .XX
No countries matching '.XX'
But not in a while loop.
echo 'XX' |while read cc ; do echo "cc: $cc" ; asn -c ".$cc" ; done
cc: XX
<PrintUsage() output>
Error: no target specified
And doesn't honor the args. Here's how to reproduce.
First it works on the cli.
asn -c .XX No countries matching '.XX'But not in a while loop.