Bash Scripting - User Input
Identify the error in this script:
echo "Enter your city:"
readcity
echo "City is $city"
echo "Enter your city:"
readcity
echo "City is $city"
readcity is treated as a command, not read city.read and variable name.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions