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'"'
8.10


Get the major version

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


Get the minor version

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