DOS 2 Unix conversion

Portret użytkownika woo

Well I had enough of looking for EOL conversion solution every time when I realy need, so I decided to solve this problem once and for all. Below is my one-liner maybe it will help you also :)

find ./ -type f -exec perl -i -p -e 's/\r$//' {} \;