Including a command within the wiki/en
To include a command within the wiki, you should use the {{Command}} template. This template detects the bash syntax. For example, the code
Special characters {{=}} and {{!}}¶
Since {{Command}} is a template, the "=" and "|" signs are interpreted by the wiki.
To include an equality sign, use the meta-template {{=}}. For example, the code:
{{!}}.
Including a set of commands¶
You can use the {{Commands}} template to include a set of commands. You may then write each command on a separate line, and prepend the | character in front of each command. For example, the code
Modifying the command prompt¶
If you want to modify the command prompt, you may do it by including a prompt argument to the template. For example,
results inIn the same way,
results inDisplaying the result of a command¶
You can display the result of a command (and only one) by adding the option result. For example,