Bash Scripting - File Operations in Scripts
Identify the error in this script snippet:
while read line; do echo $line; done file.txt
while read line; do echo $line; done file.txt
< file.txt, not as an argument.< file.txt to feed file lines, not argument [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions