Assinale a alternativa que indica a linha de comando do sistema operacional Linux que é equivalente ao script abaixo (interpretador bash).
|
if grep –q “test” nomes.txt
then
existe=1
fi
|
Provas
Questão presente nas seguintes provas
|
if grep –q “test” nomes.txt
then
existe=1
fi
|