summaryrefslogtreecommitdiff
path: root/bin/sloped
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2026-03-15 12:51:56 +0100
committerMarc Vertes <mvertes@free.fr>2026-03-15 12:51:56 +0100
commit77444789807e1424eec63e07df113d3549a5a430 (patch)
treef5025e02478e4225f002ce5bedb4bf1b13238a60 /bin/sloped
parenta3d0f902918a1f11538386ba2b7961169a6188c3 (diff)
Diffstat (limited to 'bin/sloped')
-rwxr-xr-xbin/sloped4
1 files changed, 3 insertions, 1 deletions
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 <E2><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'