Open malongshuai opened 3 years ago
https://www.junmajinlong.com/shell/shell_heredoc/
Linux基础系列文章大纲Shell系列文章大纲 Bash中Here Document的各种语法姿势here document表示这里是一个文档,文档有起始和终止标记,起始和终止标记中间的内容,属于文档内容。 虽说here document作为文档可以当作一个文件名来看待,但因为它是以重定向的方式存在的,使得它有各种使用姿势。 1.将here document内容写进文件。 123456789
大佬能否分享你下你的博客源码,我也想搭建一个,但是从来没写过博客类网站,我觉得你的布局很喜欢,想参考一下,谢谢
hexo + Butterfly主题
https://www.junmajinlong.com/shell/shell_heredoc/
Linux基础系列文章大纲Shell系列文章大纲 Bash中Here Document的各种语法姿势here document表示这里是一个文档,文档有起始和终止标记,起始和终止标记中间的内容,属于文档内容。 虽说here document作为文档可以当作一个文件名来看待,但因为它是以重定向的方式存在的,使得它有各种使用姿势。 1.将here document内容写进文件。 123456789