Difference between revisions of "Template:UnixCommand"

From WikEmacs
Jump to navigation Jump to search
m (category)
Line 4: Line 4:
 
Show a Unix command.
 
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}}
 +
 +
[[Category:Emacs Wiki Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 19:10, 30 March 2012


Usage

Show a Unix command.

{{UnixCommand|ls -lf}}

will be rendered as: ls -lf