“grep do arquivo” Respostas de código

grep do arquivo

grep -r "string" ~/thread/
DreamCoder

Leia a string por string no arquivo no Linux

grep 'word' filename
grep 'word' file1 file2 file3
grep 'string1 string2'  filename
cat otherfile | grep 'something'
command | grep 'something'
command option1 | grep 'data'
grep --color 'data' fileName
Yawning Yacare

grep do arquivo

grep "string" ~/threads.txt
DreamCoder

Respostas semelhantes a “grep do arquivo”

Perguntas semelhantes a “grep do arquivo”

Mais respostas relacionadas para “grep do arquivo” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código