#!/bin/sh # agents generated content oftens contains <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'