From 56b82c12af63dc1f8ae2f76ae4712993bc30c51f Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Tue, 26 Sep 2017 13:45:40 +0200 Subject: [PATCH] xargs --- HowtoBash.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoBash.md b/HowtoBash.md index 2f4d4df3..22200c1c 100644 --- a/HowtoBash.md +++ b/HowtoBash.md @@ -227,4 +227,10 @@ Pour ceux «built-in», pas possible : ~~~{.bash} $ type getopts getopts is a shell builtin +~~~ + +## Utiliser résultat xargs en milieu de commande + +~~~{.bash} +$ echo coucou | xargs -i echo {} c\'est moi! ~~~ \ No newline at end of file