Translations:GNU Parallel/4/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "On peut aussi utiliser <tt>:::</tt>, comme dans l'exemple suivant {{Commande |parallel echo {{(}}{{)}} ::: $(seq 1 3) |result= 1 2 3 }}")
 
m (FuzzyBot moved page Translations:Gnu Parallel/4/fr to Translations:GNU Parallel/4/fr without leaving a redirect: Part of translatable page "Gnu Parallel".)
(No difference)

Revision as of 13:34, 28 August 2017

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 (GNU Parallel)
An alternative syntax is to use <tt>:::</tt>, such as in this example:
{{Command
|parallel echo {{(}}{{)}} ::: $(seq 1 3)
|result=
1
2
3
}}

On peut aussi utiliser :::, comme dans l'exemple suivant

Question.png
[nom@serveur ~]$ parallel echo {} ::: $(seq 1 3)