Friday 22 November 2019

UGC NET PAPER 2 June 2019 Question 50 (Shift-I)

50. Which of the following UNIX/Linux pipes will count the number of lines in all the files having .c and .h as their extension in the current working directory?
A cat *.ch | wc -l
B cat *.[c-h] | wc -l
C cat *.[ch] | ls -l
D cat *.[ch] | wc -l
ANS. D

PreviousNext
UGC NET CS 2018 July - II Question 49UGC NET CS 2018 July - II Question 51

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts