How to append a newline after every match using xmlint --xpath

后端 未结 4 1064
别跟我提以往
别跟我提以往 2021-01-02 01:15

I have the following HTML code:

 with \n using the following command:

sed 's/\<\/textarea/\'$'\n\<\\/textarea/g' f

提交回复
热议问题