1.

What is a filter in Unix? Give an example.

Answer»

The filter is a program that gets its data from the input STREAM and prints the RESULTS to the output stream. Examples – grep, sort, TAIL, head, cut, etc.…



Discussion

No Comment Found