what are the uses of filters?

Answers were Sorted based on User's Feedback



what are the uses of filters?..

Answer / satish

A filter is a program/command that gets most of its data
from its standard input and writes its main results to its
standard output.

Following are some filter commands.
awk,cat,comm,cut,expand,compress,fold,grep,head,tail,sed,sh,
tee,uniq,wc

Is This Answer Correct ?    1 Yes 0 No

what are the uses of filters?..

Answer / lakshmi

To filter the data from existing file.We can use filters to
extract the data according to our need.

Is This Answer Correct ?    0 Yes 2 No

what are the uses of filters?..

Answer / sekhar

to filter the data in existing file.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Unix Commands Interview Questions

How does the system know where one command ends and another begins?

0 Answers  


Can you explain a little bit about command substitution?

0 Answers  


what is the command to list files in a directory in UNIX?

8 Answers  


why unix commands can be divided into internal and external commands?

3 Answers   Informatica,


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

0 Answers  






Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.

1 Answers  


What is nr in awk command?

0 Answers  


how to find the 51th record of a file containing 100 records in unix.

12 Answers   IBM,


what will be the output of ls ~/..

27 Answers   ABC,


What is time_t?

0 Answers  


What is ctrl d?

0 Answers  


Explain how to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


Categories