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.单项选择题

A

Line 1

B

Line 3

C

Line 5

D

There is no error in the script

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!