C. somehow got interested again in programming and she opened the Terminal
App from her Mac and typed
echo why doesn't this work
quote>
quote>
quote>
quote>
I told her the single quote character is a special character that the not so smart computer need the human to escape it
Control-C would tell the computer to abort whatever it is doing
echo "why doesn't this work
Then she asked how do we do that infinite loop
hey you c8
while true
do
echo hey you c8
sleep 1
done
hey you c8
hey you c8
hey you c8
hey you c8
hey you c8
hey you c8
hey you c8
hey you c8
Fun!