bug#28255: grep erroneously skips Microsoft UTF-8 text files as being binary

2017-08-27 Thread Simon
Windows text files can start with a byte order mark of U+FEFF and then be encoded in UTF-8. These are skipped as being binary files.

bug#49996: egrep and fgrep?

2021-08-11 Thread Simon Josefsson via Bug reports for GNU grep
opped a requirement for them? That doesn't necessarily mean things must be deprecated. /Simon signature.asc Description: PGP signature

bug#50025: Strange? grep behaviour

2021-08-15 Thread Simon Josefsson via Bug reports for GNU grep
m | grep -E "[0-9a-f]+" -o | xxd -r -p | base32 | grep -E "[0-9A-Z]+" -o LCBSPBBX6BY6 VZX6P6TZMMRETTCSPXZU7GJTAPPZCPKF2UJEYDA jas@latte:~$ LANG=C jas@latte:~$ echo -n ":egov" | sha256sum | grep -E "[0-9a-f]+" -o | xxd -r -p | base32 | grep -E "[0-9A-Z]+" -o LCBSPBBX6BY6WVZX6P6TZMMRETTCSPXZU7GJTAPPZCPKF2UJEYDA jas@latte:~$ /Simon signature.asc Description: PGP signature

bug#57604: [ef]grep usage -> POSIXLY_CORRECT?

2022-09-07 Thread Simon Josefsson via Bug reports for GNU grep
), there is no egrep and fgrep any more, and dealing with non-existing tools (discover the error, then use egrep -E or add a personal alias for interactive use) is easier than dealing with annoying warnings that cannot be disabled. /Simon signature.asc Description: PGP signature

bug#57604: [ef]grep usage -> POSIXLY_CORRECT?

2022-09-07 Thread Simon Josefsson via Bug reports for GNU grep
SIX? Personally, I'd rather have tools exit with an error code on invalid uses rather than issuing warning messages. /Simon signature.asc Description: PGP signature

bug#57604: [ef]grep usage -> POSIXLY_CORRECT?

2022-09-16 Thread Simon Josefsson via Bug reports for GNU grep
which feels a bit unsatisfying... How about saying that the envvar, together with all remaining traces of [ef]grep references will be removed in 2025? The point with the excercise was (at least to me) to remove complexity, but it seems we will have to wait some more until that can happen.