Linux shell???齨??????ü???
???????????? ???????[ 2016/1/28 10:03:03 ] ?????????????? Linux
	????linux shell??????????windows ??????????????????????????????????????????涼????????? ????????????????????????????????Щ???????е????
	????1.???鶨??
	????[chengmo@centos5 ~]$ a=(1 2 3 4 5)
	????[chengmo@centos5 ~]$ echo $a
	????1
	??????????????????飬?????????“???”????????
	????2.?????????
	????????????
	????[chengmo@centos5 ~]$ echo ${#a[@]}
	????5
	??????${#??????[@??*]} ?????????鳤??
	?????????
	????[chengmo@centos5 ~]$ echo ${a[2]}
	????3
	????[chengmo@centos5 ~]$ echo ${a[*]}
	????1 2 3 4 5
	??????${??????[?±?]} ?±????0???  ?±????*????@ ???????????????
	???????:
	????[chengmo@centos5 ~]$ a[1]=100
	????[chengmo@centos5 ~]$ echo ${a[*]}
	????1 100 3 4 5
	????[chengmo@centos5 ~]$ a[5]=100
	????[chengmo@centos5 ~]$ echo ${a[*]}
	????1 100 3 4 5 100
	?????????? ??????[?±?] ??????????????????????±????????????????????????
	???????:
	????[chengmo@centos5 ~]$ a=(1 2 3 4 5)
	????[chengmo@centos5 ~]$ unset a
	????[chengmo@centos5 ~]$ echo ${a[*]}
	????[chengmo@centos5 ~]$ a=(1 2 3 4 5)
	????[chengmo@centos5 ~]$ unset a[1]
	????[chengmo@centos5 ~]$ echo ${a[*]}
	????1 3 4 5
	????[chengmo@centos5 ~]$ echo ${#a[*]}
	????4
	????????????unset ????[?±?] ?????????????????????±?????????????
	????3.???????
	???????:
	????[chengmo@centos5 ~]$ a=(1 2 3 4 5)
	????[chengmo@centos5 ~]$ echo ${a[@]:0:3}
	????1 2 3
	????[chengmo@centos5 ~]$ echo ${a[@]:1:4}
	????2 3 4 5
	????[chengmo@centos5 ~]$ c=(${a[@]:1:4})
	????[chengmo@centos5 ~]$ echo ${#c[@]}
	????4
	????[chengmo@centos5 ~]$ echo ${c[*]}
	????2 3 4 5
	?????????? ${??????[@??*]:???λ??:????} ?????????飬??????????????м???“???”???????????????”()”?????????????飬?????????c ????????????
	?????滻:
	????[chengmo@centos5 ~]$ a=(1 2 3 4 5)
	????[chengmo@centos5 ~]$ echo ${a[@]/3/100}
	????1 2 100 4 5
	????[chengmo@centos5 ~]$ echo ${a[@]}
	????1 2 3 4 5
	????[chengmo@centos5 ~]$ a=(${a[@]/3/100})
	????[chengmo@centos5 ~]$ echo ${a[@]}
	????1 2 100 4 5
	???????÷??????${??????[@??*]/???????/?滻???} ?ò?????????????????????????????????????????????????????????
??????
					
					???·???
App??С????H5?????????????????Щ??
2024/9/11 15:34:34?????????????????????????
2024/9/10 11:13:49P-One ???????????????????????????????????????
2024/9/10 10:14:12???????????????????????????
2024/9/9 18:04:26??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44
					
			
								
								
								
								
								
								
								
								
								
								
				
sales@spasvo.com