# bin/bash
echo "Please enter your name"    
read    
echo "Please enter your Email"    
read    
echo
"$REPLY"
It will throw an error.
solved What will be the output of given linux code?
 
# bin/bash
echo "Please enter your name"    
read    
echo "Please enter your Email"    
read    
echo
"$REPLY"
It will throw an error.
solved What will be the output of given linux code?