Hi
I am in the process of learning scripting and doing thing using the command line on a Konsole.
I was trying to use grep on some OpenOffice.odt file that i have but with no success.
I did some research and found out that the reason is that the files are formatted?? and that is wy i can't use grep on them. Is there a way of using grep on those kind of files with out having to change them in txt files. Cause if i take OpenOffice.odt files and transfer them in txt files than i can use grep to search in them.
Thanks
|