Comment on Can Bash aliases be nested?
solrize@lemmy.world 3 weeks ago
I think you don’t want the spaces around the= sign. Preferred over alias is function llaa { … }. Alias is for backwards compatibility.
Comment on Can Bash aliases be nested?
solrize@lemmy.world 3 weeks ago
I think you don’t want the spaces around the= sign. Preferred over alias is function llaa { … }. Alias is for backwards compatibility.
Successful_Try543@feddit.org 3 weeks ago
Again what learned. What is wrong with having spaces around the equals sign, though?
solrize@lemmy.world 3 weeks ago
I think it might not work with the spaces. But if it does, then you are fine.
Successful_Try543@feddit.org 3 weeks ago
Ah, obviously you’re right and bash is less tolerant than I’ve had in my mind. https://www.digitalocean.com/community/tutorials/an-introduction-to-useful-bash-aliases-and-functions