help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] databases for bash and other data structures


From: Chris Down
Subject: Re: [Help-bash] databases for bash and other data structures
Date: Wed, 13 Mar 2013 14:35:00 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On 2013-03-12 23:30, Jesse Molina wrote:
> Chris Down wrote:
> >Have you considered using flat files with a directory hierarchy?
>
> I had already written a little csv table with multiple rows.
> Iterating through the file with "read", until I found the right row
> via index and then "read COLUMN1 COLUMN2 COLUMN3..." is easy enough,
> if performance abhorrent, but updating the rows just got ugly and
> from there I decided that stabbing myself in the eye with a fork
> wasn't a good idea.

Well, you're using the wrong tool for the job; it's to be expected. I am only
holding myself back from having a nervous breakdown about the idea because you
stated that this is simply an educational exercise :-)

Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]