deee3929 deee3929
  • 13-07-2019
  • Computers and Technology
contestada

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'

Respuesta :

Limosa
Limosa Limosa
  • 17-07-2019

Answer:

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'.

Answer Link

Otras preguntas

a movie theater has 18 rows with 15 seats each how many seats does the theater have​
HELP!!!!!! READ BELOWW
PLEASE ANSWER RIGHT AWAY
What is the slope of the line?
to leave her office karen can coose between three sets of stairs and seven doors how many ways can she leave her office​
What are the valúes of a, b, and c in quadratic equation -2x^2+4x-3=0
Please help me solve
HELP ASAP!!! 3/7 of the apples in a box are red apples. The rest are green apples. There are 24 Green apples. How many apples are there altogether? After spend
rowan wants to justify that f(x) 3x-7 is a linear function. If she evaluates f(x) for consecutive integer values, which statement justices the claim that f is a
In a class of 30 students 15 know Italian, 10 know French, and 3 know both languages. The rest of the students learn Spanish. How many students learn Spanish?