Empresa activa
How to retrieve a file with a specific string or keyword using UNIX command line
Anónimo
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.
Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.
Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.