grep a rar in cygwin

Posted by Tomer on Stack Overflow See other posts from Stack Overflow or by Tomer
Published on 2010-05-20T08:06:31Z Indexed on 2010/05/20 8:10 UTC
Read the original article Hit count: 189

Filed under:
|
|

Hi, I want to do grep texts files inside a rar without extracting the rar file to disk, I tried a couple of combinations with pipes however it didnt work i tried for example

unrar e myrar.rar | grep mysearchedline

however it actually opened it to disk, I don't want to open it to disk, I don't have enough space for it to be opened (its real big with real big logs).

Thanks.

© Stack Overflow or respective owner

Related posts about cygwin

Related posts about linux