edmcouncil / ontology-publisher

The owl-builder "builds" publishable / deployable versions (and derived products) of a given set of ontologies (such as FIBO)
MIT License
7 stars 6 forks source link

DOS vs Unix newline differences #25

Closed VladimirAlexiev closed 2 years ago

VladimirAlexiev commented 4 years ago

While grepping for prefixes:

grep -rFh '@prefix' latest |sort |uniq > prefixes-TOTAL.ttl

I noticed the same prefixes appearing twice, the only difference being in newline characters (DOS vs Unix). For consistency, please use the same everywhere (Unix preferred).

mereolog commented 2 years ago

@przemekgradzki what is the status of this?