\ Computer \ OS \ Mac \

Unicode newline

Pasted text can carry a Unicode newline (\xe2\x80\xa8) instead of a real newline. Replace those bytes in permission.txt. -i.old writes in place and keeps a permission.txt.old backup.

sed -i.old $'s/\xe2\x80\xa8/\\\n/g' permission.txt
Updated: 2026 Aug 19