【标 题】:第25章深入讨论<<
【关键字】:
25
【来 源】:http://www.cublog.cn/u/21908/showart.php?id=210330
第25章深入讨论<<

第25章深入讨论<<
本章将介绍以下内容:
• 快速创建一个文件。
• 自动进入菜单。
• ftp传输。
• 连接至其他应用系统。
该命令的一般形式为:
command <<word
text
word
这里的NEWFILE相当于文件结束标识符.
[root@Meil_88 root]# cat >> myfile << NEWFILE
> HELLO
> HELLO
> NEWFILE
[root@Meil_88 root]# cat myfile
HELLO
HELLO
[root@Meil_88 root]#