摘要: 1.here文档here文档允许我们调用一个交互式程序;可以从脚本程序中输出大量的文本,从而不必echo每行例子1:#!/bin/bashcat<<!DATA!This is a simple use of the here document.This data is theinput given to the above cat command!DATA其输出为:This is a simple use of the here document.This data is theinput given to the above cat command例子2(与grep搜索命令的交互 阅读全文
posted @ 2013-11-28 20:01 枫月寒 阅读(165) 评论(0) 推荐(0) 编辑