Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

change line endings script for directory

Locate src in Windows Explorer.
Right click and open Git Bash on that folder from Windows context menu.
Run: find . -name "*.java" -exec dos2unix {} ;.
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #change #line #endings #script #directory
ADD COMMENT
Topic
Name
9+1 =