码迷,mamicode.com
首页 > 系统相关 > 详细

shell 只读变量

时间:2019-08-24 00:30:04      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:desktop   test   ble   des   color   cname   http   bash   linu   

 

test.sh:

#!/bin/bash
myUrl="http://www.google.com"
readonly myUrl
myUrl="http://www.runoob.com"

输出

bogon:Desktop macname$ ./test.sh 
./test.sh: line 4: myUrl: readonly variable

 

参考:

https://www.runoob.com/linux/linux-shell-variable.html

 

shell 只读变量

标签:desktop   test   ble   des   color   cname   http   bash   linu   

原文地址:https://www.cnblogs.com/sea-stream/p/11403088.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!