From 6b46b59de07b321fb30373dfedf45206b277b39d Mon Sep 17 00:00:00 2001 From: Mickael Asseline Date: Sun, 9 May 2021 13:01:51 +0000 Subject: [PATCH] docs: update Scripting/Powershell --- Scripting/Powershell.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripting/Powershell.html b/Scripting/Powershell.html index 2df50c8..f2749d4 100644 --- a/Scripting/Powershell.html +++ b/Scripting/Powershell.html @@ -2,7 +2,7 @@ title: Powershell description: published: true -date: 2021-05-09T12:58:56.930Z +date: 2021-05-09T13:01:49.773Z tags: editor: ckeditor dateCreated: 2021-05-08T14:42:07.092Z @@ -27,7 +27,7 @@ dateCreated: 2021-05-08T14:42:07.092Z

 

 

Le pipeline

-

Le pipeline, symbolisée par le caractère “|” ([AltGr] + [6]) permet d'exécuter plusieurs commandes à la suite.

+

Le pipeline, symbolisée par le caractère “|” (AltGr + 6) permet d'exécuter plusieurs commandes à la suite.

exemple : 

get-process | Sort-Object CPU

Dans ce cas précis, la commande sort-object tri les processus par utilisation de Cpu