cat 中文man頁(yè)面
NAME 名字
cat - 連接文件并在標(biāo)準(zhǔn)輸出上輸出
SYNOPSIS 總覽
../src/cat [選項(xiàng)列表] [文件列表]...
DESCRIPTION 描述
Add any additional description here
將文件列表中的文件或標(biāo)準(zhǔn)輸入連接到標(biāo)準(zhǔn)輸出。
- -A, --show-all
- 等價(jià)于 -vET 。
- -b, --number-nonblank
- 給非空輸出行編號(hào)。
- -e
- 等價(jià)于 -vE 。
- -E, --show-ends
- 在每行結(jié)束顯示 $ 。
- -n, --number
- 給所有輸出行編號(hào)。
- -s, --squeeze-blank
- 將所有的連續(xù)的多個(gè)空行替換為一個(gè)空行。
- -t
- 等價(jià)于 -vT 。
- -T, --show-tabs
- 把 TAB 字符顯示為 ^I 。
- -u
- (被忽略的選項(xiàng))
- -v, --show-nonprinting
- 除了 LFD 和 TAB 之外所有控制符用 ^ 和 M- 記方式顯示。
- --help
- 顯示幫助并退出。
- --version
- 顯示版本信息并退出。
沒(méi)有指定文件或指定的文件是 -,則從標(biāo)準(zhǔn)輸入讀取。
AUTHOR 作者
由 Torbjorn Granlund 和 Richard M. Stallman 完成。
REPORTING BUGS 報(bào)告缺陷
向 <bug-textutils@gnu.org> 報(bào)告缺陷。
COPYRIGHT 版權(quán)
Copyright � 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO 又見(jiàn)
完整的 cat 文檔是以 Texinfo 手冊(cè)的形式維護(hù)的,如果 info 和 cat 在你的機(jī)器上被正確的安裝了,使用命令 info cat 就訪問(wèn)完整的文檔了。
#p#
NAME
cat - concatenate files and print on the standard output
SYNOPSIS
cat [OPTION] [FILE]...
DESCRIPTION
Concatenate FILE(s), or standard input, to standard output.
- -A, --show-all
- equivalent to -vET
- -b, --number-nonblank
- number nonblank output lines
- -e
- equivalent to -vE
- -E, --show-ends
- display $ at end of each line
- -n, --number
- number all output lines
- -s, --squeeze-blank
- never more than one single blank line
- -t
- equivalent to -vT
- -T, --show-tabs
- display TAB characters as ^I
- -u
- (ignored)
- -v, --show-nonprinting
- use ^ and M- notation, except for LFD and TAB
- --help
- display this help and exit
- --version
- output version information and exit
With no FILE, or when FILE is -, read standard input.
AUTHOR
Written by Torbjorn Granlund and Richard M. Stallman.
REPORTING BUGS
Report bugs to <bug-coreutils@gnu.org>.
COPYRIGHT
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
The full documentation for cat is maintained as a Texinfo manual. If the info and cat programs are properly installed at your site, the command
- info coreutils cat
should give you access to the complete manual.