如何在Bash中取消设置只读变量?
$ readonly PI=3.14 $ unset PI bash: PI: readonly variable
或者是不可能的?
@H_502_5@$ readonly PI=3.14 $ unset PI bash: PI: readonly variable
或者是不可能的?
@H_502_5@