Ask Question
20 November, 10:55

The true or false questions.

1. egrep can accept multiple filenames as input arguments.

+2
Answers (1)
  1. 20 November, 14:50
    0
    Answer: True

    Explanation: yes, it is true that egrep can accept multiple filenames as input arguments for example egrep - r "text1/text2", so this will search in all the sub directories. E grep is also known as 'grep - E' which belongs to the group of grep function and we used egrep to separate multiple patterns for OR conditions. This is also very less time consuming if you are going to search multiple input arguments in multiple different logs at the same time.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The true or false questions. 1. egrep can accept multiple filenames as input arguments. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers