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
相关文章
相关标签/搜索