Including a command within the wiki
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,