码迷,mamicode.com
首页 > 系统相关 > 详细

shell用法 (cat << EOF)

时间:2018-09-11 16:13:16      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:base   https   password   word   .config   shell   secure   pass   blog   

下面的语句会创建不存在的secure.config,如果存在直接追加,然后把多行内容:

[database]
        password = gerrit

写入文件secure.config

 

cat >> secure.config << EOF
[database]
        password = gerrit
EOF

 

 

 

https://my.oschina.net/u/1032146/blog/146941

https://blog.csdn.net/zongshi1992/article/details/71693045

shell用法 (cat << EOF)

标签:base   https   password   word   .config   shell   secure   pass   blog   

原文地址:https://www.cnblogs.com/shengulong/p/9627671.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!