I have three if conditions in a shell script I have been given, can I be assisted with what they each mean in English. Also, how would I use the man pages to find out similar commands in the future?
The conditions are as follows:
if [ -z $1 ]
if [ ! -r $1 ]
if [ -n $3 ]