Recently I wanted to audit some
Helm charts for trailing whitespace
bugs. This stuff can be a real bugbear, so an automated check can save a lot
of hair-tearing. I initially reached for the beloved awk
, but it turned out
that grep
could actually do exactly what I wanted.