[ ”$c” != ”” ] is false for completely empty files which is contrary to what I’d expect.
`[ ”$c” != ”” ]` is `false` for completely empty files which is contrary to what I’d expect.
`[ ”$c” != ”” ]` is `false` for completely empty files which is contrary to what I’d expect.