8
Unix 줄 끝에서 Windows 줄 끝을 변환하는 방법 (CR / LF에서 LF로)
저는 Java 개발자이고 Ubuntu를 사용하여 개발하고 있습니다. 이 프로젝트는 Eclipse와 함께 Windows에서 생성되었으며 Windows-1252 인코딩을 사용하고 있습니다. UTF-8로 변환하려면 레코딩 프로그램을 사용했습니다 . find Web -iname \*.java | xargs recode CP1252...UTF-8 이 명령은 다음 오류를 제공합니다. recode: Web/src/br/cits/projeto/geral/presentation/GravacaoMessageHelper.java failed: Ambiguous output in step `CR-LF..data 나는 그것에 대해 검색하고 Bash 및 …