1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2025-03-05 20:13:45 +01:00

docs: update Scripting/Powershell

Cette révision appartient à :
Mickael Asseline 2021-05-09 13:01:51 +00:00 révisé par Mickael Asseline
Parent 14517170de
révision 6b46b59de0

Voir le fichier

@ -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
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>Le pipeline</h2>
<p>Le pipeline, symbolisée par le caractère “<strong>|</strong>” ([<strong>AltGr</strong>] + [<strong>6</strong>]) permet d'exécuter plusieurs commandes à la suite.</p>
<p>Le pipeline, symbolisée par le caractère “<strong>|</strong>” (<strong>AltGr</strong> + <strong>6</strong>) permet d'exécuter plusieurs commandes à la suite.</p>
<p>exemple :&nbsp;</p>
<pre><code class="language-plaintext">get-process | Sort-Object CPU</code></pre>
<p>Dans ce cas précis, la commande sort-object tri les processus par utilisation de Cpu</p>