true.
mysql> select id  from snippet where code LIKE '%imap%' ;
+-----+
| id  |
+-----+
| 127 |
| 183 |
| 187 |
| 188 |
| 190 |
| 191 |
| 192 |
| 194 |
| 198 |
| 203 |
| 204 |
| 205 |
| 208 |
| 210 |
| 211 |
| 212 |
| 213 |
| 215 |
| 216 |
| 231 |
| 258 |
| 260 |
| 261 |
| 265 |
| 268 |
| 269 |
| 270 |
| 274 |
| 322 |
| 331 |
| 332 |
| 334 |
| 335 |
| 336 |
| 578 |
| 631 |
+-----+
36 rows in set (0.04 sec)


hmmm,

select code from snippet where code LIKE '%imap%'

ouch!



Matthias Englert wrote:
>>If nadmin were all text files residing on the drive then a simple egrep
>>or perl command would enable to find it easily. But scrolling though
>>nadmin's many, many pages is not a quick task. If this has come up
>>before, can anyone give a fellow developer a hint as to where it may be
>>located?
> 
> 
> You could write a little script to search the database. It should be quite
> easy.
> 
> Matthias
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



-- 
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to