Home > Q&A > body text
How to determine which distribution version is in a shell script?
学习ing2017-06-19 09:09:26
View operating system:
lsb_release -a
Check the shell version, if you are using bash, and so on for other types of shells:
bash --version