Is grep faster than awk?



Is grep faster than awk?..

Answer / Anurag Gond

grep is generally faster at simple text matching tasks, while awk is more powerful and flexible for data processing tasks involving multiple operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,


which command is used to identify the type of the file?

3 Answers  


Why is awk called awk?

1 Answers  


In Unix file permissions what does the second field denotes?

3 Answers  


Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


Why is it called grep?

1 Answers  


if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.

28 Answers   TCS,


What are file commands?

1 Answers  


How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.

12 Answers   IBM,


How to find the files that are accessed before 10 minutes?

5 Answers   Amazon,


Through which command will redirect output to bOth screen and files at the same time?

3 Answers  


What is sed awk grep?

1 Answers  


Categories