False. An important operator in that menu is =~. It allows for pattern matching. Using the same syntax but with this operator, check if hello contains the patte

[[ hello =~ el ]]; echo $?
my statement is executing but it is showing that " You should enter the suggested command in the terminal".

I am stuck as its not proceeding .

False. An important operator in that menu is =~ . It allows for pattern matching. Using the same syntax but with this operator, check if hello contains the pattern el .