blob: f34f85af8662a96b9140fd1618a103b601fda829 [file] [log] [blame]
for f in *.asn; do nf=`echo $f | sed -e 's/-/_/'g`; mv $f $nf; done