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 does the command ' $who | sort –logfile > newfile' do?
fork in unix ?
How do I find previous commands in unix?
What is pipe command in unix?
What is the behavioural difference between cmp and diff commands?
In UNIX, what is the command to kill a process?
what is the difference between "cron" command and "at" command?
How do you move a process which is running background to foreground?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
How do you change file permissions and ownership in Unix?
What is a bash command?
Why we are using UNIX OS when we are doing the testing in our application?