返回列表 发帖
sed "s#</td>#789#g" 1.txt >2.txtCOPY
sed "s/<\/td>/789/g" 1.txt >2.txtCOPY

TOP

sed "s#http://.*\.com#789#g" 1.txt >2.txtCOPY

TOP

sed "s/<[^>]\+>//g" 1.txt >2.txtCOPY

TOP

正则基础

TOP

返回列表