table of contents
LOOK(1) | Órdenes de usuario | LOOK(1) |
NOMBRE¶
look - mostrar las líneas que comienzan por una cadena dada
SINOPSIS¶
look [options] string [file]
DESCRIPCIÓN¶
The look utility displays any lines in file which contain string as a prefix. As look performs a binary search, the lines in file must be sorted (where sort(1) was given the same options -d and/or -f that look is invoked with).
Si no se especifica fichero, se usa el fichero /usr/share/dict/words, solo se comparan caracteres alfabéticos y las mayúsculas y minúsculas se toman por igual.
OPCIONES¶
-a, --alternative
-d, --alphanum
Nótese que los espacios se le han añadido al conjunto de caracteres del diccionario por compatibilidad con la orden sort -d desde la versión 2.28.
-f, --ignore-case
-t, --terminate carácter
-h, --help
-V, --version
La utilidad look termina con valor 0 si una o más líneas fueron encontradas y mostradas, 1 si no se encontró ninguna y >1 si ocurrió un error.
ENTORNO¶
WORDLIST
FICHEROS¶
/usr/share/dict/words
/usr/share/dict/web2
HISTORIA¶
La utilidad look apareció en el Unix de AT&T versión 7.
EJEMPLOS¶
sort -d /etc/passwd -o /tmp/look.dict look -t: root:foobar /tmp/look.dict
VÉASE TAMBIÉN¶
INFORMAR DE ERRORES¶
For bug reports, use the issue tracker at <https://github.com/util-linux/util-linux/issues>.
DISPONIBILIDAD¶
La orden look forma parte del paquete util-linux, el cual puededescargarse de Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2024-10-01 | util-linux 2.40.2 |