Answer Posted / 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 |
Post New Answer View All Answers
Does cp command overwrite files?
Why is it called a shebang?
Is command prompt unix?
Write a command that will display files in the current directory, in a colored, long format.
What is s and g in sed command?
Give the command for finding the current date.
What is awk command used for?
Which unix command lists files/folders in alphabetical order?
Describe the usage and functionality of the command rm –r * in unix?
Which command will print your home directory on screen?
What are the general commands in using unix os for a beginner?
What does grep v grep do?
Which unix command to make a new directory?
What is “chmod” command?
What does the command ' $who | sort –logfile > newfile' do?