I have to convert an entire directory using dos2unix
. I am not able to figure out how to do this.
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
If it's a large directory you may want to consider running with multiple processors:
This will pass 1 file at a time, and use 4 processors.