Download for Windows Premium
Publiciteit
Select-String command

Examples with "Select-String command" and their translation in Spaans

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.
As a result, the Context parameter is not valid on the receiving Select-String command.
Como resultado, el parámetro Context no es válido en el comando Select-String receptor.

Andere resultaten

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.
Si se omite el parámetro Stream, el comando mostrará todos los alias ya que Select-String encuentra "Get-Command" en la única cadena que Out-String devuelve, y el formateador mostrará la cadena como una tabla.
Another pipeline operator sends the strings to Select-String, which selects the strings that include "Get-Command" anywhere in the string.
Otro operador de canalización envía las cadenas a Select-String, que selecciona las cadenas que incluyen "Get-Command".
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.
Por ejemplo, el comando siguiente utiliza un operador de canalización para enviar los resultados de un comando IPConfig al cmdlet Select-String de Windows PowerShell, que busca texto en cadenas.
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".
C:Descripción - Este comando busca en el archivo Process.txt las líneas de texto que no incluyan la palabra "idle" o "svchost".
C:\PS>select-string -path .xml -pattern "the the" This command searches through all files with the.xml file name extension in the current directory and displays the lines in those files that include the string "the the".
C:\PS>select-string -path .xml -pattern "the the" Descripción - Este comando busca en todos los archivos con la extensión.xml del directorio actual y muestra las líneas de esos archivos que contienen la cadena "the the".
For example, the following command searches the conceptual Help topics for the word "variable": select-string -pattern variable -path $pshome\ .txt $PSScriptRoot Contains the directory from which the script module is being executed.
Por ejemplo, el comando siguiente busca la palabra "variable" en los temas de la Ayuda conceptual: select-string -pattern variable -path $pshome\ .txt $PSScriptRoot Contiene el directorio desde el que se ejecuta el módulo de script.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor Select-String command in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
lighthouse: tall tower with a light to guide ships
Ontdek het woord
Publiciteit

Resultaten: 7. Exact: 1. Verstreken tijd: 147 ms.