0
1
llucycodes42
Shortcut: if.string.empty
if.string.empty
0 Comments
if [[ -z "\${string\}" ]]; then echo "empty string" fi