Difference between revisions of "Template:UnixCommand"
Jump to navigation
Jump to search
m |
|||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
| − | Usage | + | == Usage == |
| + | Show a Unix command. | ||
<pre>{{UnixCommand|ls -lf}}</pre> will be rendered as: {{UnixCommand|ls -lf}} | <pre>{{UnixCommand|ls -lf}}</pre> will be rendered as: {{UnixCommand|ls -lf}} | ||
</noinclude> | </noinclude> | ||
| − | <tt>{{{1}}}</tt> | + | <includeonly><tt>{{{1}}}</tt></includeonly> |
Revision as of 21:03, 28 March 2012
Usage
Show a Unix command.
{{UnixCommand|ls -lf}}will be rendered as:
ls -lf