Answer Posted / rajib mallick
In Unix, A filter is nothing but the commands/ Programs
that have the capability to read its input from std/in, and
gives the output to std/out.Fork and exec are resposible
system calls for the development of filters.
By ex:- cut, sort, tee, touch, lp, more, less, head, tail
etc...
Thanks,
RAZIB.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write a command to display a file’s contents in various formats?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the general format of unix command syntax?
What is s and g in sed command?
Does cp command overwrite files?
How can we use grep command in unix?
Explain command to show the space allocation of files?
What is merge command in unix?
Can you explain a little bit about command substitution?
What is the command to find maximum memory taking process on the server?
What is unix command line?
How do I search for a file in unix command?
What do chgrp command do?
What command will change your prompt to myprompt?
What is the function of grep command in unix?