Check if string length is non-zero
Returns an exit code of 0 if the length of the string is non-zero.
Authored by: Sidratul Muntahastring
Command
Copy
[[ -z string ]]
Tags
Edit in GitHub
Copied
Returns an exit code of 0 if the length of the string is non-zero.
Authored by: Sidratul Muntaha[[ -z string ]]