appying dos2unix on all files under folder

0

I am trying to appply dos2unix on all files.

find $WORKSPACE/itrp-sr -type f -exec unix2dos.exe {} \;

but is resulting in an error

1 [main] find 3468 fork: child -1 - forked process 4524 died unexpectedly, retry 0, exit code 0xC0000142, errno 11 find: cannot fork: Resource temporarily unavailable

This may be due to insufficient memory?

shell
cygwin
windows-server-2012
asked on Super User Jan 8, 2015 by Niraj • edited Jan 8, 2015 by dsolimano

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0