Results 1 to 1 of 1
I would like to write a bash script to perform "clipping" using Firefox as a delivery agent.
My thinking is to create a Google search then use egrep to successively ...
- 02-27-2011 #1Linux User
- Join Date
- Mar 2008
- Posts
- 287
Searching Google sitations
I would like to write a bash script to perform "clipping" using Firefox as a delivery agent.
My thinking is to create a Google search then use egrep to successively find sites containing (or not) a set of words and write those sitings from Google which successfully respond to shared memory to await successive words. Someone has probably already done this and has a full blown free c program (which I would like to know about) but for this effort I want to assign a weight to words and use a summation after each egrep-ing. Any ideas appreciated even if this is nutty.


Reply With Quote