Why do I get the error of “expr: syntax error” in a simple shell script

后端 未结 0 592
误落风尘
误落风尘 2021-01-05 06:16

My script is

#! /bin/bash
  
v1="hello"
v2="world1"
subIndex=`expr index "${v1}" "${v2}"`
echo $subIndex
相关标签:
回答
  • 消灭零回复
提交回复
热议问题