Jiajia Li created DIRKRB-550:
--------------------------------
Summary: Convert the dos format files to unix format
Key: DIRKRB-550
URL: https://issues.apache.org/jira/browse/DIRKRB-550
Project: Directory Kerberos
Issue Type: Bug
Reporter: Jiajia Li
Assignee: Jiajia Li
{code}
find . -type f -name "*.java" -exec dos2unix {} \;
{code}
This command can find out all the file with CTRL-M characters and remove them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
