Difference between revisions of "Template:UnixCommand"

From WikEmacs
Jump to navigation Jump to search
(Created page with "<tt>{{{1}}}</tt>")
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<tt>{{{1}}}</tt>
+
<includeonly><tt>{{{1}}}</tt></includeonly><noinclude>
 +
 
 +
== Usage ==
 +
Show a Unix command.
 +
<pre>{{UnixCommand|ls -lf}}</pre> will be rendered as: {{UnixCommand|ls -lf}}
 +
 
 +
[[Category:Templates]]
 +
</noinclude>

Latest revision as of 01:16, 4 April 2012


Usage

Show a Unix command.

{{UnixCommand|ls -lf}}

will be rendered as: ls -lf