Examples with "Befehl Select-String" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Daher ist der Context-Parameter im empfangenden Befehl Select-String nicht gültig.
As a result, the Context parameter is not valid on the receiving Select-String command.
Andere resultaten
Wenn Sie die Ausgabe des Befehls Select-String über die Pipeline an einen weiteren Select-String-Befehl übergeben, durchsucht der empfangende Befehl nur den Text in der zu vergleichenden Zeile (der Wert der Line-Eigenschaft des MatchInfo-Objekts), nicht den Text in den Kontextzeilen.
When you pipe the output of a Select-String command to another Select-String command, the receiving command searches only the text in the matched line (the value of the Line property of the MatchInfo object), not the text in the context lines.
Select-String entspricht dem Befehl Grep in UNIX und dem Befehl FindStr in Windows.
Im folgenden Befehl wird beispielsweise ein Pipelineoperator verwendet, um die Ergebnisse des Befehls IPConfig an das Windows PowerShell-Cmdlet Select-String zu senden, mit dem in Zeichenfolgen nach Text gesucht wird.
For example, the following command uses a pipeline operator to send the results of an IPConfig command to the Windows PowerShell Select-String cmdlet, which searches for text in strings.
Im folgenden Befehl wird beispielsweise ein Pipelineoperator verwendet, um die Ergebnisse des Befehls "IPConfig" an das Windows PowerShell-Cmdlet "Select-String" zu senden, mit dem in Zeichenfolgen nach Text gesucht wird.
For example, the following command uses a pipeline operator to send the results of an IPConfig command to the Windows PowerShell Select-String cmdlet, which searches for text in strings.
Wenn Sie den Stream-Parameter auslassen, werden mit dem Befehl alle Aliase angezeigt, weil Select-String die Zeichenfolge Get-Command in der einzelnen Zeichenfolge sucht, die von Out-String zurückgegeben wird, und das Formatierungsprogramm zeigt die Zeichenfolge als Tabelle an.
If you omit the Stream parameter, the command displays all of the aliases, because Select-String finds Get-Command in the single string that Out-String returns, and the formatter displays the string as a table.
Wenn Sie den Stream-Parameter auslassen, werden mit dem Befehl alle Aliase angezeigt, weil Select-String die Zeichenfolge "Get-Command" in der einzelnen Zeichenfolge sucht, die von Out-String zurückgegeben wird, und das Formatierungsprogramm zeigt die Zeichenfolge als Tabelle an.
If you omit the Stream parameter, the command displays all of the aliases, because Select-String finds "Get-Command" in the single string that Out-String returns, and the formatter displays the string as a table.
Im zweiten Befehl werden die Objekte in der Variablen $events mit einem Pipelineoperator (|) an Select-String gesendet.
The second command uses a pipeline operator (|) to send the objects in the $events variable to Select-String.
C:\PS>select-string -path process.txt -pattern idle, svchost -notmatch Beschreibung - Mit diesem Befehl werden Textzeilen in der Datei "Process.txt" gesucht, die weder das Wort "idle" noch das Wort "svchost" enthalten.
C:\PS>select-string -path process.txt -pattern idle, svchost -notmatch This command finds lines of text in the Process.txt file that do not include the words "idle" or "svchost".
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.