Home > OS >  Shell expr problem solving
Shell expr problem solving

Time:04-01

String="hello, binggondi Koiefgo"
Echo ` expr index "$string" IO `

Why the error expr: syntax error
But there is no specific error message
  • Related