Skip to content

Work/grep

Johnny Jazeix requested to merge jjazeix/l10n-scripty:work/grep into master

egrep and fgrep are deprecated (https://linux.die.net/man/1/fgrep), they are replaceable with grep -E and grep -F.

Note that I have tested all the scripts.

Merge request reports