一个简单的例子使用here文档:
#!/bin/sh
cat <<!FUNKY!
hello
this is a here
document
!FUNKY!
这个脚本的输出如下:
hello
this is a here
document
here脚本最常用的就是从脚本程序中输出大量的文本。可以避免使用echo来一行行的输出文本。
使用here文档
发贴者
袁鹏
|
Wednesday, February 25, 2009
|
|
Subscribe to:
Post Comments (Atom)
0 评论:
Post a Comment