3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
grep 'ATTLIST version cldrVersion' | head -1 | cut -d' ' -f6 | tr -dc '[0-9].'
|