Given the following script code: 1   Sort Stations.txt > SortCount.txt 2   echo "The number of words in the file:" >> SortCount.txt 3   cat Stations.txt | wc -w >> SortCount.txt 4   echo "The number of line in the file:" >> SortCount.txt 5   cat Stations.txt | wc -l >> SortCount.txt Which line of code will cause error when running the script? Assume that file Stations.txt exists and is accessible.Single choice

A

Line 1

B

Line 3

C

Line 5

D

There is no error in the script

Log in for full answers

We've collected over 50,000 authentic original questions and detailed explanations from around the globe. Log in now and get instant access to the answers!

More Practical Tools for Students Powered by AI Study Helper

Join us and instantly unlock extensive past papers & exclusive solutions to get a head start on your studies!