bug-bash
[Top][All Lists]
Advanced

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

Re: RFE: allow bash to have libraries


From: Linda Walsh
Subject: Re: RFE: allow bash to have libraries
Date: Thu, 01 Mar 2012 14:48:18 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.24) Gecko/20100228 Lightning/0.9 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666

John Kearney wrote: ...
[large repetitive included text elided...]

why not just do something like this?
----
<26 line suggested 'header' elided...>
gives you more control anyway, pretty quick and simple.

At least 30% of the point of this is to take large amounts
of common initialization code that ends up at the front of  many
or most of my scripts and have it hidden in a side file where it can
just be 'included'...

Having to add 26 lines of code just to include 20 common lines doesn't
sound like a net-gain...


I thought of doing something similar until I realized I'd end up
with some path-search routine written in shell at the beginning of each
program just to enable bash to have structured & hierarchical libraries
like any other programming language except maybe BASIC (or other shells)

My problem is I keep thinking problems can be solvable in a few lines
of shell code.   Then they grow...   *sigh*...




reply via email to

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