/dev/null if [ $? -eq 0 ]; then sed -i '...">
美文网首页
2018-08-04

2018-08-04

作者: 名C | 来源:发表于2018-08-06 14:40 被阅读0次

    grep "" / >/dev/null

        if [ $? -eq 0 ]; then

            sed -i 's# # #g' /

        fi

    psql -h $hostip -U postgres -f /root/was_726.sql was

    psql -h $hostip -U postgres -f --command 'CREATE DATABASE waa'

    相关文章

      网友评论

          本文标题:2018-08-04

          本文链接:https://www.haomeiwen.com/subject/nbpmvftx.html