『忘了再学』Shell基础 — 19、使用declare命令声明变量类型

1、declare命令介绍 Shell中所有变量的默认类型是字符串类型,如果你需要进行特殊数据类型进行运算,使用declare命令就可以实现声明变量的类型。 declare命令是一个内置命令,命令如下: [root@localhost ~]# declare [+/-] [选项] 变量名 选项: -

你可能感兴趣的:(『忘了再学』Shell基础 — 19、使用declare命令声明变量类型)