#!/bin/shcd 'home/usrname/'ls
cd '/home/usrname/VOC2007/Annotations/'
for file in `ls /home/usrname/VOC2007/Annotations/`do echo $file sed -i '/<?xml version="1.0" ?>/d' $filedone
echo 'all is ok.'