如何从终端上的一堆文本文件中删除unicode字符?我试过这个,但它不起作用:
sed 'g/\u'U+200E'//' -i *.txt
Run Code Online (Sandbox Code Playgroud)
我需要从文本文件中删除这些unicodes
U+0091 - sort of weird "control" space
U+0092 - same sort of weird "control" space
A0 - non-space break
U+200E - left to right mark
Run Code Online (Sandbox Code Playgroud)