bug-bash
[Top][All Lists]
Advanced

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

Re: [feature request] add associative array support to mapfile


From: Léa Gris
Subject: Re: [feature request] add associative array support to mapfile
Date: Thu, 17 Dec 2020 18:08:43 +0100
User-agent: Telnet/1.0 [tlh] (PDP11/DEC)

Le 17/12/2020 à 17:58, Léa Gris écrivait :

Maybe (it is clearly open to discussion), the associative array mapping could be allowed to:
- skip blank/comment only lines (1)
- allow key without value
- optionally trim trailing comment (1)

Forgot about Bash built-in Regex engine:
- allow using a Bash Regex with 2 capture groups for key and value.


--
Léa Gris




reply via email to

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