【shell 】传递参数中包括引号

    技术2022-06-13  83

    执行时 ./a.sh "abc def "

     

    #!/bin/sh svn commit filename -m "$1"


    最新回复(0)