Multiple choice technology operating systems How could you check if two strings are equal? test $a -eq $b test $a -equal $b test $a = $b sh -c test $a == $b Reveal answer Fill a bubble to check yourself A Correct answer