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
What does the md command do?
Who wrote grep?
Differentiate cat command from more command.
Why is it called grep?
Which command should you use to find the remaining disk space in unix server?
How to display no of records in oracle using unix command?
What difference between cmp and diff commands?
What do know about tee command?
Enumerate some of the most commonly used network commands in unix?
What is grep and how do you use it?
What is used to type command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is awk used for?
What does 'mkdir' command do in UNIX?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include