Skip to content

Instantly share code, notes, and snippets.

View tflori's full-sized avatar

Thomas Flori tflori

  • Munich
View GitHub Profile
@jappy
jappy / gist:2038841
Created March 14, 2012 19:25
unix command recursive sed like search and replace that works on mac os x
# searches from ./
find . -type f|xargs perl -pi -e 's/\t/ /g'