Call echo with the "foo" argument

eval

  • Execute arguments as a single command in the current shell and return its result.
    More information: <https://manned.org/eval>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

eval "{{echo foo}}"

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