A ver a ver... poco a poco... para salvar la ayuda de find en un txt pondrías en consola: man find > man_find.txt Y el parámetro iname es para hacer la búsqueda a través de una expresión o patron y que sea "case insensitive"
Tomado directamente del man find : -iname pattern Like -name, but the match is case insensitive. For example, the patterns `fo*' and `F??' match the file names `Foo', `FOO', `foo', `fOo', etc. In these patterns, unlike filename expansion by the shell, an initial '.' can be matched by `*'. That is, find -name *bar will match the file `.foobar'. Please note that you should quote patterns as a matter of course, other‐ wise the shell will expand any wildcard characters in them. ______________________________________________________________________ Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba. Gutl-l@jovenclub.cu https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l