Mike mnjk: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Different tags for showing commands/output
<code> curl <nowiki>http://url.com</nowiki> | sudo python3 </code>
 
Pre
 
<pre>
[Share Name]
        <b>comment</b> = Share Comment
        options....</pre>
 
Code
 
<code>[Share Name]</code><br>
: <code><b>comment</b> = Share Comment</code><br>
: <code>options....</code>
 
Samp
 
<samp>
[Share Name]
        <b>comment</b> = Share Comment
        options....</samp>
 
Kbd
 
<kbd>
[Share Name]
        <b>comment</b> = Share Comment
        options....</kbd>
 
Var
 
<var>
[Share Name]
        <b>comment</b> = Share Comment
        options....</var>
 
Pre Code
<pre><code>
[Share Name]
        <b>comment</b> = Share Comment
        options....</code></pre>

Latest revision as of 01:37, 2 March 2021

curl http://url.com | sudo python3