Answers for "if -z in bash"

0

if -z in bash

The -z flag causes test to check whether a string is empty. 
Returns true if the string is empty, false if it contains something.
Posted by: Guest on July-26-2021

Browse Popular Code Answers by Language