免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 6236 | 回复: 3

请问下如何能删除只读变量 [复制链接]

论坛徽章:
0
发表于 2007-03-11 03:01 |显示全部楼层
如:我设置如下
readonly a=1
现在我想将a的值改变为别的值
请问要怎么操作

论坛徽章:
0
发表于 2007-03-11 10:14 |显示全部楼层
当前进程及子进程,只读变量不能改变,不能取消只读属性。
否则就不叫只读变量了。

论坛徽章:
0
发表于 2007-03-11 10:32 |显示全部楼层
原帖由 chaoshui 于 2007-3-11 03:01 发表
如:我设置如下
readonly a=1
现在我想将a的值改变为别的值
请问要怎么操作

unset,或者赋其他值都会报错ther.sh[5]: var: 该变量是只读变量。

论坛徽章:
0
发表于 2007-03-11 10:53 |显示全部楼层

  1. unset: unset [-f] [-v] [name ...]
  2.      For each NAME, remove the corresponding variable or function.  Given
  3.     the `-v', unset will only act on variables.  Given the `-f' flag,
  4.     unset will only act on functions.  With neither flag, unset first
  5.     tries to unset a variable, and if that fails, then tries to unset a
  6.     function.  Some variables cannot be unset; also see readonly.
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP