How to find list of ODBC drivers installed on Linux
cat /proc/modules | grep odbc
or
lsmod | grep odbc
Thanks for the answers but I found out that list of installed ODBC drivers on Linux can be found on
/etc/odbcinst.ini and /home/{userName}/.odbcinst.ini which is very similar to macOS
below command works for me in Unix. It shows all the odbcinst.ini files
odbcinst -j