linux中通过sed命令通过正则表达式过滤出中文

sed -r 's/|[:]|[;]|[=]|[-]|[___]|["]|[¥]|[.]|[?]|[!]|[&]|[^[\u4E00-\u9FA5A-Za-z0-9_]+$]|[<]|[>]|[/]|[0-9]|[a-z]|[A-Z]|[%]//g' zz.txt > a.txt

Logo

更多推荐