heredocument
- 网络文档;本地文档;与函数
heredocument
heredocument
文档
嵌入文档(Here Document)是源自UNIX shell的写法,使用"<<"来建立字符串。想要建立中间有换行的多行字符串时,这个方 …
本地文档
本地文档(here document)的一般格式为:command << delimiterdocumentdelimiter这里将“<<"操作符解释成一条指令,该指令 …
与函数
高级Bash脚本编程指南... ... 16-5. while 循环的重定向 17-9. Here document 与函数 24-2. unalias: 设置与删除别名 ...
即时文档
<<符号 是 shell 的‘即时文档’(here document)的写法, 多会配搭cat 使用,例nc10@your-5554c55be4 ~$ cat < this is testi…
此类型的重新定向
在读取命令行包含此类型的重新定向(称为"here document"), shell 从命令源中复制行到一个临时文件,直到读取一个行匹配的标 …
文件
...hell脚本正文内提供输入数据。这样的数据叫作嵌入文件(here document)。默认情况下,shell可以在嵌入文件正文内做变量, …