node-dos2unix
node-dos2unix copied to clipboard
Support for Window
When using this dos2unix on windows so as to work on some nodeJS modules which expect the input in the unix format, default options is not working. It says glob pattern did not match any files.
I see the same thing under Ubuntu 12.04
root@wanda-fish:~# node /home/george/temp/docs/lines.js The glob pattern "*.txt" did not match any files! { error: 0, skip: 0, fix: 0 }
Same here on a windows machine ...