Ken's Lotto Syndicate

Powerball Syndicate Home Page

Site Tools


get_rhel_version

This is an old revision of the document!


Get installed RHEL version details


Get the major and minor version

cat /etc/os-release |grep ^VERSION_ID=|cut -f2 -d'"'


Get the major version

cat /etc/os-release |grep ^VERSION_ID=|cut -f2 -d'"'|cut -f1 -d'.'


Get the minor version

cat /etc/os-release |grep ^VERSION_ID=|cut -f2 -d'"'|cut -f2 -d'.'
get_rhel_version.1738202597.txt.gz · Last modified: (external edit)