This commit is contained in:
pdiogoantunes 2017-09-26 13:45:40 +02:00
parent 2a97164f43
commit 56b82c12af

View file

@ -228,3 +228,9 @@ Pour ceux «built-in», pas possible :
$ type getopts
getopts is a shell builtin
~~~
## Utiliser résultat xargs en milieu de commande
~~~{.bash}
$ echo coucou | xargs -i echo {} c\'est moi!
~~~