SyntaxFix
Write A Post
Hire A Developer
Questions
The following code works:
find /tmp | perl -ne 'print if /[^[:ascii:]]/'
Replace /tmp with the name of the directory you want to search through.
/tmp