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 |
Briefly, how do you install Oracle software on UNIX.
How does shebang work?
Give the command for finding the current date.
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
What is rmdir command?
What is grep short for?
what is telnet?
which script will invoke first ,when /etc/init.d starts
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
what these two commands prints "echo test","cat test"?
Name the general commands in using unix os for a beginner?
How do you stop a running process?