Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Using a shell database
- X-seq: zsh-users 9678
- From: Ian Langworth <ian.langworth@xxxxxxxxx>
- To: zzapper <david@xxxxxxxxxx>
- Subject: Re: Using a shell database
- Date: Mon, 14 Nov 2005 11:40:26 -0500
- Cc: zsh-users@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U3m03GXkAsdLEdvPcGnqdMdRYD/+2B7KxPm6xm0sMPqw4gjNdcounrCtyUkT8ZY4Y8WwNVdYzMI95upBi8Nlw97gTr2oJUBMYwFqjek/d01kejeF//NXvhoVXddYcbFD6JVXMCjj2UNK0J6wbaJts2TGACJFCjE909/Ur6V08NA=
- In-reply-to: <a01hn1lvq1aotintmjva52kfcabk1gvdhb@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <a01hn1lvq1aotintmjva52kfcabk1gvdhb@xxxxxxx>
On 11/14/05, zzapper <david@xxxxxxxxxx> wrote:
> I have shell utility which stores information (between sessions) in a series of text files. I now
> want to do something more complicated, and realise I should be considering using a database.
> I then ran smack into a steep learning curve.
> Is there a shell accessible database? gdbm?
> Pointers please, examples if possible
You don't want to bring databases into your shell script. You want to
begin to use a tool that's better-suited for the job, like Perl,
Python or Ruby.
--
Ian Langworth
Messages sorted by:
Reverse Date,
Date,
Thread,
Author