Debian – bash script to compare one line to a variable
This seems like a basic thing yet I can't get it work properly. I have a bash script where I want to compare the OS version (11 or 12 in Debian's case) and do something depending on the version. Here…