I’m not that familiar with Linux so I’m having trouble converting the following command into a relatively short Linux version.
FOR /F "eol=; tokens=2,2 delims==" %i IN ('findstr /i "version" test.properties') DO
When googling I seem to always stumble upon overly long solutions.
I believe it is equivalent to: