标签: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
标签:base https password word .config shell secure pass blog
原文地址:https://www.cnblogs.com/shengulong/p/9627671.html