Bash Scripting - Text Processing in Scripts
Identify the error in this script snippet:
read name <<
read name <<
read and does not require quotes for simple alphanumeric strings like John.read name << correctly sets name=John (even with literal \n if present), and echo "Name is $name" outputs correctly. No syntax or runtime errors. 15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions