public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Is there an MS-Office grep?
@ 2003-11-01 17:35 zzapper
  2003-11-02  2:39 ` Igor Pechtchanski
  0 siblings, 1 reply; 6+ messages in thread
From: zzapper @ 2003-11-01 17:35 UTC (permalink / raw)
  To: cygwin

Hi ya,

There are quite a few commercial Ms-Office compatible greps but is
there an Open Source one?
zzapper
--

vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there an MS-Office grep?
  2003-11-01 17:35 Is there an MS-Office grep? zzapper
@ 2003-11-02  2:39 ` Igor Pechtchanski
  2003-11-02  9:34   ` zzapper
  0 siblings, 1 reply; 6+ messages in thread
From: Igor Pechtchanski @ 2003-11-02  2:39 UTC (permalink / raw)
  To: zzapper; +Cc: cygwin

On Sat, 1 Nov 2003, zzapper wrote:

> Hi ya,
>
> There are quite a few commercial Ms-Office compatible greps but is
> there an Open Source one?

I don't know of a tool that greps Office files per se, but you can use the
"antiword" package to transform your Word documents into text and pipe the
output to the regular grep...
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there an MS-Office grep?
  2003-11-02  2:39 ` Igor Pechtchanski
@ 2003-11-02  9:34   ` zzapper
  2003-11-02 10:54     ` Gerrit P. Haase
  0 siblings, 1 reply; 6+ messages in thread
From: zzapper @ 2003-11-02  9:34 UTC (permalink / raw)
  To: cygwin


>I don't know of a tool that greps Office files per se, but you can use the
>"antiword" package to transform your Word documents into text and pipe the
>output to the regular grep...
>	Igor

Cute tool, which I have now installed from
http://www.gknw.de/mirror/antiword/antiword-0.34-w32.zip

 (not a part of cygwin?)

But I'm still looking for an office files compatible grep
zzapper
--

vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there an MS-Office grep?
  2003-11-02  9:34   ` zzapper
@ 2003-11-02 10:54     ` Gerrit P. Haase
  2003-11-02 11:53       ` zzapper
  0 siblings, 1 reply; 6+ messages in thread
From: Gerrit P. Haase @ 2003-11-02 10:54 UTC (permalink / raw)
  To: zzapper; +Cc: cygwin

Hallo zzapper,

Am Sonntag, 2. November 2003 um 10:34 schriebst du:


>>I don't know of a tool that greps Office files per se, but you can use the
>>"antiword" package to transform your Word documents into text and pipe the
>>output to the regular grep...
>>       Igor

> Cute tool, which I have now installed from
> http://www.gknw.de/mirror/antiword/antiword-0.34-w32.zip

>  (not a part of cygwin?)

It is also part of the Cygwin distribution as Cygwin version, just
ask setup.exe to install it.

> But I'm still looking for an office files compatible grep


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there an MS-Office grep?
  2003-11-02 10:54     ` Gerrit P. Haase
@ 2003-11-02 11:53       ` zzapper
  2003-11-03 19:11         ` zzapper
  0 siblings, 1 reply; 6+ messages in thread
From: zzapper @ 2003-11-02 11:53 UTC (permalink / raw)
  To: cygwin


>
>It is also part of the Cygwin distribution as Cygwin version, just
>ask setup.exe to install it.
>
Gerrit,
Yep just found it; funny thing I have the full version setup, but
found that antiword was still an optional download??

zzapper
--

vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there an MS-Office grep?
  2003-11-02 11:53       ` zzapper
@ 2003-11-03 19:11         ` zzapper
  0 siblings, 0 replies; 6+ messages in thread
From: zzapper @ 2003-11-03 19:11 UTC (permalink / raw)
  To: cygwin

On Sun, 02 Nov 2003 11:53:51 +0000, zzapper <david@tvis.co.uk> wrote:

Hi I've found www.wingrep.com which is shareware, Tested the GUI; I've
yet to try its CLI. 

Will let you know What I think
zzapper
--

vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-11-03 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-01 17:35 Is there an MS-Office grep? zzapper
2003-11-02  2:39 ` Igor Pechtchanski
2003-11-02  9:34   ` zzapper
2003-11-02 10:54     ` Gerrit P. Haase
2003-11-02 11:53       ` zzapper
2003-11-03 19:11         ` zzapper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).