hello.
i know there's lots of info scripts already.
but i couldn't find an info script that can work with my large db.
my db is terms and definition stored in a text file. and also terms are have spaces
terms and definitions are seperated by | and one term per line.
so my db file looks like below
example #1 | definition here
exam ple #2 | definition here
exa mpl e #3 | definition here
as you see above, i need search function cause of my db size. and terms have spaces
ex)
'!db example' shows term 1
'!db exam' shows term 1 and 2
'!db exa mpl' shows term 3 (which means can query with space)
i don't need add/del/modify functions since i have db already.
i think if script have separation character option, it will be useful to the people that in similar situation with me.
if someone can make it for me and others. it would be really great. i need it badly
Looking for your help
Thanks