what are filters?
Answers were Sorted based on User's Feedback
Answer / saneeth p r
In Unix, a filter is a small program that reads its input
from stdin, and writes its output to stdout.Forking
encourages the development of filters
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / amitshiknis
A filter is a Unix command that does some manipulation of
the text of a file. Two of the most powerful and popular
Unix filters are the sed and awk commands.
Thanks,
Amit Shiknis
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / shiva
filters are nothing but it is a command/programme it takes
input from standard input device and modifeied it and gives
the output.unless & untill we use redirection or doller
symbol ie.$
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / p.ashwini
filter is that with do not change any instructions in the
program written but just shows in the output screen or
display unit
| Is This Answer Correct ? | 1 Yes | 0 No |
filters are also a special editor to change in the file..
like by sed we can replace words.. by cut we can cut the
portion of a file and stored in another file...etc....
thanx
rajeev shukla
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a command and examples?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
What is the use of touch command in there?
How do you repeat a command in terminal?
Which command will print your home directory on screen?
how to change a normal file into hidden file
What is the syntax of grep command and what is its use?
In UNIX, what is the command to kill a process?
What is the different between UNIX command and UNIX shell script?
By using which command we can find the CPU utilization time?
Which command is used to find whether the system is 32 bit or 64 bit?