summaryrefslogtreecommitdiff
path: root/bin/sloped
blob: c1e2e2270edaa6377b17acb6466c3dfe7c62a4f2 (plain)
1
2
3
4
5
#!/bin/sh
# agents generated content oftens contains <E2><80><94>
# 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'