Added a README file describing how to massage line breaks to make working with files in this directory easier on Linux.
This commit is contained in:
parent
29ce9b7037
commit
9217c0c48d
1 changed files with 10 additions and 0 deletions
10
TibetanMachineUni/TableData/Lookups/README.txt
Normal file
10
TibetanMachineUni/TableData/Lookups/README.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
The line breaks in this directory are mac-style even when I do a
|
||||
checkout onto a Linux box, which means that I can't use grep on Linux
|
||||
properly. The following perl one-liner will fix this, but I wouldn't
|
||||
check the files in if I were you without testing on all platforms to
|
||||
see that the tools (MS Volt, I assume) still work with them.
|
||||
|
||||
Magical one-liner on Linux:
|
||||
perl -pi -e 's/\r/\n/g' *.vtl
|
||||
Untested magical one-liner on Win32:
|
||||
perl -pi -e 's/\r/\r\n/g' *.vtl
|
Loading…
Add table
Reference in a new issue