From b013853a562189eb74ec71c49d89f4fcbdc2f989 Mon Sep 17 00:00:00 2001 From: Lucas Larson <91468+LucasLarson@users.noreply.github.com> Date: Sat, 16 Apr 2022 11:35:20 -0400 Subject: [PATCH] POSIX `[ ]` is `test` --- SC3010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3010.md b/SC3010.md index b599aea..e44bd42 100644 --- a/SC3010.md +++ b/SC3010.md @@ -1,3 +1,3 @@ ## In POSIX sh, `[[ ]]` is undefined. -POSIX sh uses `[ ]` instead. To see the limitations/differences, view http://mywiki.wooledge.org/BashFAQ/031 \ No newline at end of file +POSIX sh uses `[ ]` and `test` instead. To see the limitations/differences, view http://mywiki.wooledge.org/BashFAQ/031 \ No newline at end of file