24 Mart 2021 Çarşamba tarihinde Robert Elz <k...@munnari.oz.au> yazdı:
> Date: Wed, 24 Mar 2021 11:15:11 +0300 > From: =?UTF-8?B?T8SfdXo=?= <oguzismailuy...@gmail.com> > Message-ID: <CAH7i3Lqg_H=nTJn3FiZ9PQ9eKWcx > k0pzmyz8_pnpljtk4es...@mail.gmail.com> > > | I think I got the general idea of aliases now > > I'm not sure why you want or need that, aliases > are dumb (bizarre) and shoukd be deleted... > > I keep trying to get tge POSIX people to > remove them from the standard. They keep ignoring me. Shells won't drop > support, but at least > no-one woukd be able to rely on them working, > or working any particular way any more. They are fine as an interactive feature but definitely don't belong in shell scripts. If a feature is supported by all shells, why leave it outside the standard? Besides the ordinary user doesn't expect anything beyond simple aliases like `la='ls -A' ll='ls -lh'' to work. > > kre > -- Oğuz