what are the uses of filters?
Answers were Sorted based on User's Feedback
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 |
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 is the difference between udp and tcp?
what is exact definition of operating system?
How do I use grep to find a file?
How to setup Disk space as well as memory in solaris10?
Which command is used to kill the last background job?
What is the syntax of grep command and what is its use?
what will this do $cat > file.c ?(file.c is a file in current directory)
What is command statement?
Describe the usage and functionality of the command rm –r * in unix?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What command would users use to see what file one page at a time in UNIX?
How to identify whether a file is normal file or directory?