[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC][PATCH v1 0/4] How to add --set=VARNAME to the ls command?
From: |
Denis 'GNUtoo' Carikli |
Subject: |
Re: [RFC][PATCH v1 0/4] How to add --set=VARNAME to the ls command? |
Date: |
Mon, 1 Jul 2024 00:44:10 +0200 |
On Sun, 30 Jun 2024 20:05:10 +0300
"Vladimir 'phcoder' Serbinenko" <phcoder@gmail.com> wrote:
> Did you try:
> insmod regexp
> for x in (*); do
> ....
> done
> Just trying to understand the problem
I didn't know that was possible, the command you gave me works fine and
fits the bill even better than my half-baked patches.
Thanks a lot.
Denis.
pgpIhV_Y0PhiV.pgp
Description: OpenPGP digital signature
- [RFC][PATCH v1 0/4] How to add --set=VARNAME to the ls command?, Denis 'GNUtoo' Carikli, 2024/06/30
- [RFC][PATCH v1 2/4] Add command to append to existing environment variables., Denis 'GNUtoo' Carikli, 2024/06/30
- [RFC][PATCH v1 1/4] Add grub_env_append function., Denis 'GNUtoo' Carikli, 2024/06/30
- [RFC][PATCH v1 4/4] commands/ls: support --set for files/directories., Denis 'GNUtoo' Carikli, 2024/06/30
- [RFC][PATCH v1 3/4] commands/ls: add --set=VARNAME., Denis 'GNUtoo' Carikli, 2024/06/30
- Re: [RFC][PATCH v1 0/4] How to add --set=VARNAME to the ls command?, Vladimir 'phcoder' Serbinenko, 2024/06/30
- Re: [RFC][PATCH v1 0/4] How to add --set=VARNAME to the ls command?,
Denis 'GNUtoo' Carikli <=