The true command and false command often applied in shell scripts, are not POSIX sh. These may be provided by bash or even external commands. Anyone interested in sticking with pure POSIX sh should use colon (:) and negated colon (!:) instead.
Log in to post a comment.