sed -i -e 's/egrep/grep -E/g'

This commit is contained in:
Laurent Rineau
2022-07-01 16:19:36 +02:00
parent 15238156b9
commit 4c5b5843e3
7 changed files with 14 additions and 14 deletions
@@ -2,4 +2,4 @@
setopt extendedglob
file ^build*/(demo|test|examples|include|doc|src)/**/*.(h|hpp|H|C|c|cpp)| egrep -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$'
file ^build*/(demo|test|examples|include|doc|src)/**/*.(h|hpp|H|C|c|cpp)| grep -E -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$'