Personal tools
You are here: Home Members ironstorm snippets
Document Actions

snippets

by ironstorm last modified 2006-01-19 03:31

Find files with DOS CR characters in them:
find . | egrep -e "\.java|\.sql|\.sh"  |xargs -I {} grep -l $'\r' {};


Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: