Welcome to mirror list, hosted at ThFree Co, Russian Federation.

to_crlf.sh « tools - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd2885cc86a99172a2fb674df6ebb7dc0ea013e5 (plain)
1
2
3
4
5
#/!bin/bash

mv $1 ~/tmp/file.bak
perl -pe 's/\r\n|\n|\r/\r\n/g' ~/tmp/file.bak > $1