shell基礎(變量和變量的數值計算)

一.定義變量 [[email protected] ~]# a=hello [[email protected] ~]# echo $a hello [[email protected] ~]# b='hello' [[email protected] ~]# echo $b hello [[email protected] ~]# c="hello" [[email protected] ~]#
相關文章
相關標籤/搜索