摘要: 我们先来写一个简单的脚本,执行以后再解释各个变量的意义。 # vim var 脚本内容如下: #!/bin/shecho "the number of parameters passed to the script: $#"echo "the name of the script itself: $ 阅读全文
posted @ 2018-02-08 09:44 走直线の人 阅读(187) 评论(0) 推荐(0)