Translations:Including a command within the wiki/5/fr: Difference between revisions
(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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
De même, | De même, | ||
<syntaxhighlight lang=text> | <syntaxhighlight lang=text> | ||
{{ | {{Commands | ||
|prompt=[ | |prompt=[name@briaree $] | ||
|cd src | |cd src | ||
|make | |make | ||
Line 10: | Line 10: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
produit le résultat : | produit le résultat : | ||
{{ | {{Commands | ||
|prompt=[ | |prompt=[name@briaree $] | ||
|cd src | |cd src | ||
|make | |make |
Latest revision as of 17:57, 15 February 2019
De même,
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}
produit le résultat :
[name@briaree $] cd src
[name@briaree $] make
[name@briaree $] make install
[name@briaree $] cd ..