Find the output of the last echo command: $ pwd /home/guest $ cat test.sh export i=100 $ sh test.sh $ echo $i
Reveal answer
Fill a bubble to check yourself
Find the output of the last echo command: $ pwd /home/guest $ cat test.sh export i=100 $ sh test.sh $ echo $i