--- title: Webgen::Tag::ExecuteCommand used_options: - tag.executecommand.command - tag.executecommand.process_output - tag.executecommand.escape_html --- ## Description The execute command tag is used to include the output from a shell command. ## Examples
Usage | Output |
---|---|
\{execute_cmd: uname -p} | {execute_cmd: uname -p} |
\{execute_cmd: {command: 'ruby -v'}} | {execute_cmd: {command: 'ruby -v'}} |