for i in *html ; do grep -v 'footer' $i | grep -v 'floating_asm' |grep -v 'dump_opcode_table'|sed 's/$/\xD/' > 2\\$i done