成人AV在线无码|婷婷五月激情色,|伊人加勒比二三四区|国产一区激情都市|亚洲AV无码电影|日av韩av无码|天堂在线亚洲Av|无码一区二区影院|成人无码毛片AV|超碰在线看中文字幕

shell中expr用法 shell中的expr index是什么意思?

shell中的expr index是什么意思?字符串操作: 提取指定字符的下標(biāo):expr index 內(nèi)容 字符,例如:$ind=`expr index "$content" "="` 提取字符串的子

shell中的expr index是什么意思?

字符串操作:

提取指定字符的下標(biāo):expr index 內(nèi)容 字符,例如:$ind=`expr index "$content" "="`

提取字符串的子串:expr substr 內(nèi)容 起始位置 終點(diǎn)位置,例如:$con=`expr substr "$content" "1" $ind