vim下删除文本中所有中文字符-linux vim:%s/\v[^\x00-\xff]+//gsed LANG=C sed -r "s/[\x81-\xFE][\x40-\xFE]//g" text Linux 2024-01-22 222 点赞 3 评论 336 浏览