Linux Find – buscar ficheros
Para buscar en ficheros Linux: find . -name «*_mobile.html» -exec stat -c «%n %y» {} \; – El punto representa el path, en el …
Para buscar en ficheros Linux: find . -name «*_mobile.html» -exec stat -c «%n %y» {} \; – El punto representa el path, en el …