We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# Convert all files in dir to unix format find . -type f -print0 | xargs -0 dos2unix