Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
¿Qué hace el pipeline ps | grep bash >> out.txt?
ps | grep bash >> out.txt
Sobrescribe el fichero out.txt con la lista de los procesos que contienen la palabra bash.
out.txt
bash
Sobrescribe el fichero out.txt con la lista de ficheros que contienen la palabra bash.
Añade al final del fichero out.txt la lista de los procesos que contienen la palabra bash.
Añade al final del fichero out.txt la lista de ficheros que contienen la palabra bash.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!