Re: missing way to extract data out of data

2021-03-25 Thread felix
I think, memory footprint doesn't really matter when standard availlable ram is lot away... But *time required to ``fork''* could matter: QuickTest() { local TIMEFORMAT='%R ( %U + %S )'; printf "%-10s: " "${1##*/}"; time for i in {1..1000}; do res=$("$@"); done;

Re: Redirection between assignment statement and command name prevents alias substitution

2021-03-25 Thread Robert Elz
Date:Thu, 25 Mar 2021 08:00:20 +0200 From:=?UTF-8?B?T8SfdXo=?= Message-ID: | They are fine as an interactive feature but definitely don't belong in | shell scripts. They're not fine anywhere, anything sane that can be done with an alias can be done better with

Re: Redirection between assignment statement and command name prevents alias substitution

2021-03-25 Thread Chris F.A. Johnson
On Thu, 25 Mar 2021, Oğuz wrote: 24 Mart 2021 Çarşamba tarihinde Robert Elz yazdı: Date:Wed, 24 Mar 2021 11:15:11 +0300 From:=?UTF-8?B?T8SfdXo=?= Message-ID: | I think I got the general idea of aliases now I'm not sure why you want or need that, aliases are

Re: Redirection between assignment statement and command name prevents alias substitution

2021-03-25 Thread Oğuz
25 Mart 2021 Perşembe tarihinde Chris F.A. Johnson yazdı: > On Thu, 25 Mar 2021, Oğuz wrote: > > 24 Mart 2021 Çarşamba tarihinde Robert Elz yazdı: >> >> Date:Wed, 24 Mar 2021 11:15:11 +0300 >>> From:=?UTF-8?B?T8SfdXo=?= >>> Message-ID: >> k0pzmyz8_pnpljtk4es...@mail