当前位置: 技术问答>linux和unix
请问:cat -v中的 -v的作用是什么,能举个例子吗?,谢谢
来源: 互联网 发布时间:2016-06-16
本文导语: cat -v中的 -v的作用是什么,能举个例子吗?,谢谢 | man cat -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB 使用 ^ 和 M- 引用,除了 LFD 和 TAB 之外 例子...
cat -v中的 -v的作用是什么,能举个例子吗?,谢谢
|
man cat
-v, --show-nonprinting
use ^ and M- notation, except for LFD and TAB
使用 ^ 和 M- 引用,除了 LFD 和 TAB 之外
例子
如在windows下编辑的dos格式的a.c文件放linux下用cat显示
cat a.c
a
bc
d
f
g
============================
cat -v a.c
a^M
bc^M
^M
^M
d^M
^M
f^M
g^M
-v, --show-nonprinting
use ^ and M- notation, except for LFD and TAB
使用 ^ 和 M- 引用,除了 LFD 和 TAB 之外
例子
如在windows下编辑的dos格式的a.c文件放linux下用cat显示
cat a.c
a
bc
d
f
g
============================
cat -v a.c
a^M
bc^M
^M
^M
d^M
^M
f^M
g^M
|
楼上的就是正解
楼主的分真多阿
楼主的分真多阿
|
再不明白就在电脑上自己运行看看,直接明了
|
对呀 你按他说的步骤试试你就知道了
|
nonprinting