Every time I need to check the current version of Ubuntu, I have to run

$> lsb_release -a

But what if lsb_release is not installed?

The easiest way is to run

$> cat /etc/*release

This gives me an output like this!

cat /etc/*release output

Reference