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