Y
Hacker News
new
|
ask
|
show
|
jobs
by
margalabargala
480 days ago
Easy. Sometimes it's more than you need, and there's no reason to use sqlite when you can just write things to a flat text file that you can `grep` against.
2 comments
dkjaudyeqooe
480 days ago
Is this text file static? If not, does all grepping stop when you're updating the file?
link
koakuma-chan
480 days ago
Damn good point! didn't think about that!
link