how can i use grep result from a variable in if/else statment – CentOS
i am trying to create a condition statement that checks if the grep found if a package is installed. if it is true , then the package should not be installed , and if it is false , then the…