Skip to content

not

Logical Operators Cover

Bash logical operators

Logical operators (AND, OR and NOT) serve multiple purposes in bash. First and foremost, they are used to create complex expressions by combining simpler ones. Depending on the version of test and bash in use the syntax of logical operators might change. Logical operators are… Read More »Bash logical operators