Skip to content

Revisions

  • `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)

    @stevecheckoway stevecheckoway committed Jun 15, 2023
  • Add "find | while" syntax

    @0x326 0x326 committed Jun 16, 2022
  • Updated SC2044 (markdown)

    @jansorg jansorg committed Nov 12, 2021
  • Add note that globstar is bash 4 specific

    @busbey busbey committed Nov 18, 2015
  • Use triple backticks rather than indenting for code.

    @koalaman koalaman committed Oct 4, 2015
  • Updated Sc2044 (markdown)

    @ruester ruester committed Sep 23, 2015