摘要:
1. 切换到应用的docker-compose.yml目录下 [root@test-linux yun_web]# ls |grep docker-compose.yml docker-compose.yml [root@test-linux yun_web]# grep -A2 ports doc 阅读全文
摘要:
sed 后接入双引号,可直接调用内部变量,需要时可以这样使用,但一般不建议 三引号过于冗余,有时候也可以通过echo 给sed 引入外部变量, echo "sed -i 's/old_var/${new_var}/' test.txt "|sh;示例:for i in $(cat list);do 阅读全文