SC2044
Stephen Checkoway edited this page 2023-06-15 12:30:31 -04:00

Wiki Page Revisions

6 Commits

Author SHA1 Message Date
Stephen Checkoway
fec6fe251f `let count++` gives a warning suggesting `(( count++ ))` instead. The deleted "Equivalently" code was _not_ equivalent and it didn't work because `count` was modified in a subshell (as shellcheck itself points out) 2023-06-15 12:30:31 -04:00
John Meyer
90cca02015 Add "find | while" syntax 2022-06-16 12:51:38 -05:00
Joachim Ansorg
27e529b31f Updated SC2044 (markdown) 2021-11-12 19:24:44 +01:00
Sean Busbey
2fc5d4c0b8 Add note that globstar is bash 4 specific 2015-11-18 15:48:51 -06:00
Vidar Holen
e073e65e5e Use triple backticks rather than indenting for code. 2015-10-03 21:33:27 -07:00
Matthias Rüster
64f04eea8b Updated Sc2044 (markdown) 2015-09-23 23:16:59 +02:00