Question #66

Author: admin
tags: Linux  
Can a nested subshell see variables from the parent shell?
planet=Earth
echo $(echo $(echo $planet))
Yes
No
Rate the difficulty of the question:
easyhard