xref
: /
external
/
cldr
/
tools
/
scripts
/
web
/
dtdToVersion.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
grep
'ATTLIST version cldrVersion'
|
head
-
1
|
cut
-d
' '
-
f6
|
tr
-
dc
'[0-9].'
3