What is filter command in unix?
Answer / Amit Kumar Minz
A filter in Unix refers to commands that take input from standard input, perform some operation on it, and output the result to standard output. Examples include 'grep', 'sort', and 'awk'.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is bc command in unix?
what is the diff b/w ext2 and ext3?
Does cp overwrite?
How would you check the available disk space on a Linux system?
What is a makefile in c?
How do I check my system performance?
who invented unix?
What is gnu in linux?
What is $@ in makefile?
How can we increase disk read performance in single command in Linux operating system?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What is cat command in linux?