Create la as a shortcut for ls --all

alias

  • Creates aliases -- words that are replaced by a command string.
    Aliases expire with the current shell session unless defined in the shell's configuration file, e.g. `~/.bashrc`.
    More information: <https://tldp.org/LDP/abs/html/aliases.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

alias {{la}}="{{ls --all}}"

click the source code to copy install alias on any operating system with command-not-found.com