LFD 字符

sh/bash/dash/ksh/zsh等Shell脚本
回复
bellszhu
帖子: 108
注册时间: 2010-12-18 19:46

LFD 字符

#1

帖子 bellszhu » 2011-11-03 23:49

LFD 字符是什么??
在 info cat中看到的如下:
`-v'
`--show-nonprinting'
Display control characters except for LFD and TAB using `^'
notation and precede characters that have the high bit set with
`M-'.


LFD ???
keep the faith
头像
lilydjwg
论坛版主
帖子: 4258
注册时间: 2009-04-11 23:46
系统: Arch Linux
联系:

Re: LFD 字符

#2

帖子 lilydjwg » 2011-11-04 0:15

line feed?
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

Re: LFD 字符

#3

帖子 tusooa » 2011-11-19 22:14

代码: 全选

       -v, --show-nonprinting
              除了 LFD 和 TAB 之外所有控制符用 ^ 和 M- 记方式显示。
估计是line feed, '\n'

代码: 全选

] ls -ld //
bellszhu
帖子: 108
注册时间: 2010-12-18 19:46

Re: LFD 字符

#4

帖子 bellszhu » 2011-11-21 9:52

tusooa 写了:

代码: 全选

       -v, --show-nonprinting
              除了 LFD 和 TAB 之外所有控制符用 ^ 和 M- 记方式显示。
估计是line feed, '\n'

谢谢了。
行满(需要换行)简称LF,在计算机中LF用于表示换行,此外,表示换行的还有CR。
keep the faith
回复