Download for Windows Premium
Publicitate
Select-String command

Exemple pentru "Select-String command"

Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
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.

Alte rezultate

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".
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.
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".
Nici un rezultat pentru acest sens.

Sinonime și analogii pentru "Select-String command" în limba Română

Cuvântul și expresia zilei
Imaginea zilei
ladle: deep spoon with long handle for serving liquids
Află cuvântul
Publicitate

Rezultate: 7. Exacte: 1. Timp de răspuns: 142 ms.