From 77444789807e1424eec63e07df113d3549a5a430 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 15 Mar 2026 12:51:56 +0100 Subject: update --- bin/sloped | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/sloped b/bin/sloped index dd66763..c1e2e22 100755 --- a/bin/sloped +++ b/bin/sloped @@ -1,3 +1,5 @@ #!/bin/sh # agents generated content oftens contains <80><94> -rg '—' +# rg '—' +LC_ALL=C find . -type f -print0 | xargs -0 egrep -nI $'\xe2\x80\x94|\xe2\x86\x92' +#LC_ALL=C find . -type f -print0 | xargs -0 grep -nI -e $'\xe2\x86\x92|\xe2\x80\x94' -- cgit v1.2.3