osmo-ttcn3-hacks/asn-test/ttcn3_asn1_rename.sh

2 lines
68 B
Bash
Executable File

for f in *.asn; do nf=`echo $f | sed -e 's/-/_/'g`; mv $f $nf; done