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 |
what will this do $cat > file.c ?(file.c is a file in current directory)
which command is used to identify the type of the file?
Why is awk called awk?
In Unix file permissions what does the second field denotes?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
Why is it called grep?
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.
What are file commands?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
How to find the files that are accessed before 10 minutes?
Through which command will redirect output to bOth screen and files at the same time?
What is sed awk grep?