wjx
T A B c
gwwu@hz-dev2.wgw.com:~/test/shell>cat -n cat_file
1 wgw
2
3 love
4
5 tyx
6
7
8 and
9
10
11
12 wjx
13 T A B c
gwwu@hz-dev2.wgw.com:~/test/shell>cat -b cat_file
1 wgw
2 love
3 tyx
4 and
5 wjx
6 T A B c
gwwu@hz-dev2.wgw.com:~/test/shell>cat -s cat_file
wgw
love
tyx
and
wjx
T A B c
gwwu@hz-dev2.wgw.com:~/test/shell>cat -sn cat_file
1 wgw
2
3 love
4
5 tyx
6
7 and
8
9 wjx
10 T A B c
gwwu@hz-dev2.wgw.com:~/test/shell>cat -sb cat_file
1 wgw
2 love
3 tyx
4 and
5 wjx
6 T A B c
gwwu@hz-dev2.wgw.com:~/test/shell>cat -sbT cat_file
1 wgw
2 love
3 tyx
4 and
5 wjx
6 ^IT^IA B^Ic
gwwu@hz-dev2.wgw.com:~/test/shell>cat -sbE cat_file
1 wgw$
$
2 love$
$
3 tyx$
$
4 and$
$
5 wjx$
6 T A B c$
gwwu@hz-dev2.wgw.com:~/test/shell>
例子2----链接文件cat_file_1和cat_file_2: