Convert Unix Endings to DOS/Windows using Cygwin/TCSH

less than 1 minute read,

Small note for me, which converts all *.cs files recursively in a directory:

find ./**/*.cs -type f -exec unix2dos {} \;

Happy coding,
Brian Chavez

Updated:

Leave a comment

Your email address will not be published. Required fields are marked *

Loading...