recategorized by
1,288 views

2 Answers

Best answer
0 votes
0 votes

The wc (word count) command in Unix/Linux operating systems is used to find out number of newline countword countbyte and characters count in a files specified by the file arguments. The syntax of wc command as shown below.

# wc [options] filenames

Ans: B

Related questions

1 votes
1 votes
1 answer
1
rishu_darkshadow asked Sep 17, 2017
4,644 views
A program is located in the smallest available hole in the memory is _________(A) best – fit(B) first – bit(C) worst – fit(D) buddy
1 votes
1 votes
1 answer
2
rishu_darkshadow asked Sep 17, 2017
1,081 views
A semaphore count of negative n means (s = – n) that the queue contains ________ waiting processes.(A) n + 1(B) n(C) n – 1(D) 0
0 votes
0 votes
1 answer
3
rishu_darkshadow asked Sep 17, 2017
561 views
A page fault(A) is an error specific page.(B) is an access to the page not currently in memory.(C) occur when a page program occur in a page memory.(D) page used in the p...
0 votes
0 votes
1 answer
4
rishu_darkshadow asked Sep 17, 2017
2,369 views
In the process management Round-robin method is essentially the pre-emptive version of _________(A) FILO(B) FIFO(C) SSF(D) Longest time first