Skip to content
Lucas Larson edited this page Apr 16, 2022 · 3 revisions

In POSIX sh, [[ ]] is undefined.

POSIX sh uses [ ] and test instead. To see the limitations/differences, view http://mywiki.wooledge.org/BashFAQ/031

Clone this wiki locally