2018年4月19日

Shell 中字符串变量的赋值注意点

摘要: 1. 变量赋值 语法:var="saaaa" PS: 等号两边不能有空格 2. 脚本示例如下: code=shell !/bin/sh Get bug activity info usage get_bug_activity if [ $ lt 2 ]; then echo "Usage:"; ec 阅读全文

posted @ 2018-04-19 18:30 小林觉 阅读(2742) 评论(0) 推荐(0) 编辑

导航