Translations:Including a command within the wiki/5/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "De même, <syntaxhighlight lang=text> {{Commandes |prompt=[nom@briaree $] |cd src |make |make install |cd .. }} </syntaxhighlight> produit le résultat : {{Commandes |prompt=...")
 
No edit summary
Line 1: Line 1:
De même,  
De même,  
<syntaxhighlight lang=text>
<syntaxhighlight lang=text>
{{Commandes
{{Commands
|prompt=[nom@briaree $]
|prompt=[nom@briaree $]
|cd src
|cd src
Line 10: Line 10:
</syntaxhighlight>
</syntaxhighlight>
produit le résultat :
produit le résultat :
{{Commandes
{{Commands
|prompt=[nom@briaree $]
|prompt=[nom@briaree $]
|cd src
|cd src

Revision as of 17:54, 15 February 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Including a command within the wiki)
In the same way, 
<syntaxhighlight lang=text>
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}
</syntaxhighlight>
results in
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}

De même,

{{Commands
|prompt=[nom@briaree $]
|cd src
|make
|make install
|cd ..
}}

produit le résultat :

[nom@briaree $] cd src
[nom@briaree $] make
[nom@briaree $] make install
[nom@briaree $] cd ..