Get magento version with command line
With the help of the below command, you can check the Magento 1 version in command line.
1php -r
"require 'app/Mage.php'; echo Mage::getVersion();"
With the help of the below command, you can check the Magento 1 version in command line.
1php -r
"require 'app/Mage.php'; echo Mage::getVersion();"