摘要:
case in esac ` for in do done ` while true / false ` if {} fi 阅读全文
posted @ 2016-04-28 01:09
阿木木a
阅读(209)
评论(0)
推荐(0)
|
摘要:
case in esac ` for in do done ` while true / false ` if {} fi 阅读全文
posted @ 2016-04-28 01:09
阿木木a
阅读(209)
评论(0)
推荐(0)
摘要:
nux的变量类型有两种。本地变量和环境变量(全局变量)你可以使用的linux命令有,export和declare用法:export 变量名=值 例如:export total=50declare -x 变量名=值 例如:declare -x total=19使用set命令可以查看你系统当前的所有的变 阅读全文
posted @ 2016-04-28 00:21
阿木木a
阅读(364)
评论(0)
推荐(0)
|