How to replace non printable characters in file like <97> on linux

前端 未结 0 868
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-05 19:44

I am trying to remove junk characters from file using sed command. I tried by using below command but not worked. sed -i \'s/[^[cntrl]]/ /g\' sed -i \'s/[^[print]]/ /g\'

相关标签:
回答
  • 消灭零回复
提交回复
热议问题