Skip to content

Instantly share code, notes, and snippets.

@cbaldin
Created August 31, 2011 14:32
Show Gist options
  • Save cbaldin/1183681 to your computer and use it in GitHub Desktop.
Save cbaldin/1183681 to your computer and use it in GitHub Desktop.
Busca por argumento dentro de arquivo dentro de um diretório "nesse caso o argumento é COD_TIPO_TRANS"
find ./ | xargs grep -s -a -i COD_TIPO_TRANS | cut -d : -f 1 | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment