Toni Nieto
Profesional desarrollo web
Inicio
Sobre mí
Blog
Knowledge base
Contacto
Twitter
Github
Linkedin
Knowledge Base
¿Qué es esto?
Linux: Grep en todo el sistema
28/05/2014 -
17/12/2018 -
Comentarios
-
Linux
Comandos
grep
find / -xdev -type f -print0 | xargs -0 grep -H "searched text"
Please enable JavaScript to view the
comments powered by Disqus.