You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jiajia Li (JIRA)" <ji...@apache.org> on 2016/04/12 08:48:25 UTC

[jira] [Created] (DIRKRB-550) Convert the dos format files to unix format

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)