Shell/Bash: check debian version Example
Shell/Bash Example: This is the "check debian version" Example. compiled from many sources on the internet by SimpleTutorials.org
What debian version do i use
lsb_release -a #this shows all info about your distro.
check debian version
$ lsb_release -a
debian get minor version
LSB_OS_RELEASE="" lsb_release -a
* Summary: This "check debian version" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!