Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Convert line-endings for whole directory tree

find . -type f -exec sed -i 's/
$//' {} ;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Convert #directory #tree
ADD COMMENT
Topic
Name
9+2 =