Updated SC2234 (markdown)

Eisuke Kawashima
2025-07-29 10:45:18 +09:00
parent 348e375a3d
commit 3b6063336a

@@ -16,7 +16,7 @@
You are wrapping a single test command in `(..)`, creating an unnecessary subshell. This serves no purpose, but is significantly slower: You are wrapping a single test command in `(..)`, creating an unnecessary subshell. This serves no purpose, but is significantly slower:
``` ```console
$ i=0; time while ( [ "$i" -lt 10000 ] ); do i=$((i+1)); done $ i=0; time while ( [ "$i" -lt 10000 ] ); do i=$((i+1)); done
real 0m6.998s real 0m6.998s
user 0m3.453s user 0m3.453s