-
Notifications
You must be signed in to change notification settings - Fork 0
zsh
deptno edited this page Jun 9, 2023
·
6 revisions
if [[ "A" = "" ]]; [[then]]
fi
if [[ "A" != "" ]]; then
fi
if [[ -z "$TMUX" ]]; then
fi
- n : non-zero length
- z : length