Teky Wiki
Random stuff about computer science
Friday, April 11, 2014
dos2unix
To convert all the files :
find . -type f -print0 | xargs -0 dos2unix
To convert all the files except those in the « .svn » directories :
find . -type f -not -iwholename '*.svn*' -print0 | xargs -0 dos2unix
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2019
(1)
►
October
(1)
►
2015
(1)
►
March
(1)
▼
2014
(38)
►
December
(2)
►
November
(2)
►
October
(2)
►
September
(1)
►
July
(2)
►
June
(2)
►
May
(5)
▼
April
(9)
Maven - Start a new java project
XSLT - Definitions
SQL - First and last day of the month
SQL - Mixing INNER and OUTER Joins [external link]
SVN > XSLT = HTML Report
XSLT - Processing tool
dos2unix
Cygwin - Install (Windows)
Request forwarding based on HTTP Header
►
March
(1)
►
February
(12)
No comments:
Post a Comment