See all available commands/aliases starting with 'ls'

compgen

  • A built-in command for auto-completion in Bash, which is called on pressing TAB key twice.
    More information: <https://www.gnu.org/software/bash/manual/bash.html#index-compgen>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

compgen -ac {{ls}}

click the source code to copy