Mistake on my part, when i did your first modification, i didn't incldue the *, duh. So I fixed that, included your catch lines. And the error is now: <ADMINBOT> [20:33] Tcl error [lookup_string]: grep: /home/eggdrop/eggdrop/logs/sdcara.log*: No such file or directory It seems to take the wildcard l...
I'm trying to create a script that will let me lookup text in log files. I figured using grep externally would provide me with alot of flexability. I got it working, but it only works using one file, and I'm having my log files divided out by day, so I want to use the wildcard * liek I do on a shell...