var=$(cat /ID.txt)a=1if [$var -gt $a ];then sed -i '/Id=\"'"$var"'\"/d'/22.xml else echo "eorr"fi在22.xml文件里删除掉(Id="ID.txt中的字符")的行,是什么