Table of Contents
Bash - Conditional Operator
About
Conditional Operator
are option like syntax (ie
-x
) that are used in a
conditional expression
List
-f
to check if
the path is a file
-d
to check if
the path is a directory
-n
to check if a variable/
parameter
is set
-z
to check if a variable/
parameter
is unset
…