Altro operatore in bash

Linux tux

Utente Silver
27 Settembre 2020
97
31
19
65
Ciao a tutti, sto imparando il bash e ho una domanda, esiste come in python l'operatore in tipo:
Bash:
stringa='ciao come stai'
if['ciao' in stringa] then
echo 'bene'
fi
grazie