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 à :
Parent
14517170de
révision
6b46b59de0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -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> </p>
|
||||
<p> </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 : </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>
|
||||
|
|
Chargement…
Ajouter une table
Référencer dans un nouveau ticket