Linux CLI 68 🐧 operators in shell scripts
a – unary, assignment and logical operators in shell scriptsShell scripts use various operators to perform operations on variables, strings, numbers, and other data types.Common categories of operators used in shell scripts:Unary, Arithmetic, Relational, Logical, assignment, file test , string and bit operatorsUnary refers to the number of operands, so they take one operand.There are…