what are filters?

Answers were Sorted based on User's Feedback



what are filters?..

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

what are filters?..

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

what are filters?..

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

what are filters?..

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

what are filters?..

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

what are filters?..

Answer / rajeev shukla

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

Post New Answer

More Unix Commands Interview Questions

what is tar command and what are the different types of tar commands?

5 Answers  


Why is shebang used?

0 Answers  


Enlist some filename manipulation commands in unix.

0 Answers  


How to get the last ten lines of a file using awk utility?

1 Answers   Infosys,


what are the uses of filters?

3 Answers  






How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

0 Answers  


How can i know my Filesystem and its current usage in my prod UNIX system?

4 Answers   HCL, IBM,


Why we are using UNIX OS when we are doing the testing in our application?

5 Answers   IBM,


What are grep patterns?

0 Answers  


what are the different commands used to view the contents of a file?

5 Answers  


which script will invoke first ,when /etc/init.d starts

1 Answers  


Categories