Let's revisit the ls command thanks to eza
Which CLI command would you say you use most on Linux? Most definitely ls
to display the list of files in the current directory.
ls
without any parameters. Almost without thinking, I add -alh
every time. It's become mechanical.And then you'll say to me, well, all you have to do is create an alias alias ls="ls -alh"
; of course, but let's go further and revisit this basic command and add some functionality to it.