I have utf-8 locale on my computer, and i want to search in KOI8-R encoded files. But i don't have KOI8-R locale installed. And i don't have sudo rights to install this locale.
Is it possible to search with grep in this conditions? Can i do a workaround? Convert those encoded files to UTF-8 on the fly, somehow?
PS: I already read this question: How to use grep/ack with files in arbitrary encoding?