当前位置:  技术问答>linux和unix

cat 可以正常显示,vi却乱码?

    来源: 互联网  发布时间:2016-09-03

    本文导语:  我的操作如下: $top >test.txt 用cat可以正常显示,但是用vi则乱码,求解决方法。 | top -b -n 1 >top.txt | 搜到这么一段,据说是可以删掉escape sequences 我刚试了一下,大部分...

我的操作如下:
$top >test.txt

用cat可以正常显示,但是用vi则乱码,求解决方法。

|
top -b -n 1 >top.txt

|
搜到这么一段,据说是可以删掉escape sequences
我刚试了一下,大部分都可以去掉,但是还剩下一点。可能还得稍微修改一下
#!/bin/bash
#
# Copyright SwaJime's Cove, 2009; all rights reserved
#

# Based on data obtained from http://www.gnu.org/software/teseq/manual/html_node/Escape-Sequence-Recognition.html
#
                                # A control sequence starts with
CSI='x1b['            # the two-character csi escape sequence .Esc [., followed by
Rp='[0-9:;?]'        # an optional sequence of parameter bytes in the range x30.x3F,
Ri='[- !"#$%&'''()*+,./]' # an optional sequence of intermediate bytes in the range x20.x2F,
Rf='[]@A-Z[\^_`a-z{|}~]'   # and a final byte in the range x40.x7e.
                # The set of standard control sequence functions are defined in Ecma-48 / ISO/IEC 6429.

cat test.txt | sed -e 's/'"$CSI$Rp"'*'"$Ri"'*'"$Rf"'//g' > test1.txt

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • linux下利用(cat,strings,head,sed)命令生成随机字符串
  • [test@localhost ~]$ cat <makefile >catfile 跟cat > catfile <makefile是一样的吧?
  • cat 创建文件。
  • 关于unix系统Cat的一个问题
  • linux中,cat和echo有什么不同?
  • ls dir cat都是什么命令 有什么区别?
  • red hat中关于cat的问题
  • CAT命令读取设备文件,驱动read函数被反复调用,为什么?
  • cat和echo疑问
  • cat一个文件,有什么办法自动未每一行加上引号
  • flash 头像处理控件 photo4cat
  • 100分求救!!!!! 谁能把cygwin下的3个文件发给我. : cat rm touch
  • Debian linux中tail与cat有什么区别
  • 关于linux cat的一个用法,谢谢
  • cat命令写入.sh文件后报错
  • cat < /etc/motd | ./a.out什么意思
  • cat 文件名 进入了编辑状态不能推出
  • zhangbin(cat)来拿分了!感谢你对我问题的回答!
  • cat /etc/lilo.conf 相关问题
  • cat命令的问题
  • cat /dev/vieo0 > 1.jpg的问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3