Jim Meyering wrote:

> That has prompted a nicely animated debate ;-)

... and it goes on ;-)

What about these?

find . -name '*.c' | xargs grep -F '0, };'
./src/ls.c:                    mbstate_t mbstate = { 0, };
./src/shred.c:  struct Options flags = { 0, };
./src/tr.c:  bool in_set[N_CHARS] = { 0, };
./src/wc.c:      mbstate_t state = { 0, };
./src/pathchk.c:      mbstate_t mbstate = { 0, };

Have a nice day,
Berny



Reply via email to