sed and awk process xml file in multi line

sed -e '1!G;h;$!d' outputr.xml > output.xml    //reverse the each line in file awk -v casename="keypad_test" -v dis="hhhh" -v tes="hhhh" -f replace.awk output.xml > outputr.xml  code replace.awk:xml B
相關文章
相關標籤/搜索