wc command can also work on a data stream.

wc command can also work on a data stream. Correct Answer True

wc command when invoked without any special symbol ( like < or | ) or an argument it reads the input from standard input. we have to provide the input from the keyboard and mark the end of input with Ctrl-D. For example, $ wc Sanfoundry Global Learning project Offer internships to students Ctrl-D 3 8 65 // 3 lines, 8 words and 65 characters

Related Questions