shell字符串索引

Posted Sawyer Ford

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell字符串索引相关的知识,希望对你有一定的参考价值。

shell中的字符串索引一会从0开始,一会从1开始,见例子:

#!/bin/bash

string="hello world"
length=${#string}
echo "string is \\""$string"\\""
echo "length is $length"

index=`expr index "$string" \'o\'`
echo "index of \'o\' is $index"

substring=${string:$index}
echo "substring begins from index $index is \\""$substring"\\""
echo "shit happens"
echo

exit 0

输出如下:

以上是关于shell字符串索引的主要内容,如果未能解决你的问题,请参考以下文章

shell字符串索引

solr分布式索引实战分片配置读取:工具类configUtil.java,读取配置代码片段,配置实例

java.lang.IllegalStateException:键 f0 的片段不再存在:索引 1

shell选取部分内容

索引1处片段中的非法字符:Heroku上的#{systemEnvironment ['DATABASE_URL']}配置数据源

逆向及Bof基础实践