Does Hugo currently provide a function that allows to execute an external command to which something can be piped to (or passed as argument) and that retrieves the command’s output? I’m thinking something like
{{ $output := runCmd "/bin/ls" "/tmp" }}
Thanks!