What is the output of the last echo command executed on a bash shell? $ bash $ export a=aaagggccc $ echo ${a/g/b}
Reveal answer
Fill a bubble to check yourself
What is the output of the last echo command executed on a bash shell? $ bash $ export a=aaagggccc $ echo ${a/g/b}