Execute a specific script [f]ile and print the result to stdout

sed

  • Edit text in a scriptable manner.
    See also: `awk`, `ed`.
    More information: <https://www.gnu.org/software/sed/manual/sed.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

{{command}} | sed -f {{path/to/script.sed}}

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