Multiple choice technology operating systems Which of the following will always output "xyz"? $abc=xyz; echo $abc abc=xyz ; echo $abc export abc=xyz ; echo $abc abc=xyz; export abc=xyz ; echo $abc Reveal answer Fill a bubble to check yourself D Correct answer