Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Forked from lucianobezerra/funcoes variadas.sh
Created August 20, 2010 19:51
Show Gist options
  • Save cmilfont/541002 to your computer and use it in GitHub Desktop.
Save cmilfont/541002 to your computer and use it in GitHub Desktop.
for i in `grep -l "TEXTO" /pasta/arquivo(s)`; do
cat $i >> destino.txt ;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment