Skip to content

Instantly share code, notes, and snippets.

@gberger
Last active August 29, 2015 13:59

Revisions

  1. gberger renamed this gist Apr 17, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. gberger created this gist Apr 11, 2014.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    for i in `find src -type f -name \*.html | xargs grep 'io.vtex.com.br[^"]*' -oh`; do echo $i; echo -ne ' -> '; curl -Is $i | head -1; done