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