Comment by nine_k
6 hours ago
Something like this should work, assuming your encoding is Unicode (normally UTF-8), which grep would interpret:
grep -P '[\x{200B}\x{200C}\x{200D}\x{FEFF}]' code.ts
6 hours ago
Something like this should work, assuming your encoding is Unicode (normally UTF-8), which grep would interpret:
grep -P '[\x{200B}\x{200C}\x{200D}\x{FEFF}]' code.ts
No comments yet
Contribute on Hacker News ↗