Empresa engajada
How to retrieve a file with a specific string or keyword using UNIX command line
Sigiloso
find . | grep -i "String" find is generally used to find the name of the files & Grep is used to search for content present in the file
grep -r "expression to find"
I knew it had some thing to do with grep but was unable to give the specific line.
Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.
Comece a buscar vagas para receber atualizações e recomendações personalizadas.