find . -name "*.sh" -exec grep -l "\r\n" {} \;
to fix them:
find . -name "*.sh" -exec grep -l "\r\n" {} \; | xargs dos2unix
Tuesday, March 11, 2014
Subscribe to:
Post Comments (Atom)
Anything about Java, WebLogic, OSB, Linux etc.... this is my logbook of a navigation in the IT Technology ocean.
No comments:
Post a Comment