Which of the following commands would display the lines containing capital letters form the file “turkey.txt”?

Which of the following commands would display the lines containing capital letters form the file "turkey.txt"?
A. cat turkey.txt|wc -|
B. grep -n [A-Z] turkey.txt
C. cat turkey.txt|wc -w [A-Z]
D. grep -v [A-Z] < turkey.txt
E. for [A-Z] in turkey.txt | count

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.