Investigamos por todo el mundo on line y así de este modo traerte la solución para tu dilema, si continúas con dudas puedes dejar tu inquietud y contestamos sin falta.
Ejemplo 1: líneas de impresión bash que coinciden con cualquiera de varias palabras
# Basic syntax:grep'word1|word2|word3' /path/to/file
# This prints all lines that match word1, word2, OR, word3
Ejemplo 2: líneas de impresión bash que contienen varias palabras específicas
# Basic syntax:grep first_word input_file |grep second_word
# This finds all lines that contain the first_word and then pipes them# to a second filter that looks for the second_word, resulting in all# lines that contain both words. Simply add more pipes and greps to # return lines that meet other search criteria.
Te invitamos a añadir valor a nuestra información participando con tu experiencia en las interpretaciones.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)