Ask Question

The true or false questions.

The command: egrep - l 'cis' * will show the name of all files in the current directory where the name contains the word 'cis'

+1
Answers (1)
  1. 6 November, 20:10
    0
    True

    Explanation:

    egrep command is basically used for text filtering and is an modified version of grep. using - l with egrep implies it returns the names of the matching files but does not return the line number. Following this we have the keyword here in the question it is 'cis' and * stands for the entire directory search. Therefore, the command egrep - l 'cis' * will show the names of all files in the directory with the word 'cis'.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The true or false questions. The command: egrep - l 'cis' * will show the name of all files in the current directory where the name ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers