Linux CLI - Viewing and Editing Files
Find the bug in this command intended to read a file and print each line:
cat file.txt | while read line echo $line; donecat file.txt | while read line echo $line; done15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions