Vertaling van "findstr" 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.
In diesen Fällen ermöglicht der leistungsfähige Befehl findstr Ihnen, mithilfe von regulären Ausdrücken nach Textmustern zu suchen.
In such cases, findstr has the powerful capability to search for patterns of text using regular expressions.
Die folgende Tabelle enthält die Metazeichen, die findstr akzeptiert
The following table lists the metacharacters that findstr accepts.
Dieser Schalter ist nicht erforderlich; der Befehl findstr interpretiert alle Metazeichen als regulären Ausdruck, es sei denn, der Schalter/l wird verwendet.
This switch is not required; findstr interprets all metacharacters as regular expressions unless the/l switch is used.
Beispielsweise kann man grep fast immer durch findstr ersetzen; rm ist fast identisch mit del, und dir entspricht meistens ls.
For example, grep can almost always be replaced by findstr, rm is the same as del, dir matches ls most of the time etc.
Verwenden von regulären Ausdrücken mit dem Befehl findstr
Using regular expressions with findstr
Um das Framework zu ermitteln kann unter anderem folgende Methode verwendet werden: Mit dem Kommandozeilen Programm strings werden die Strings aus der setup.exe extrahiert und danach mit grep bzw. findstr nach den Namen der Frameworks gesucht.
The following method can be used to determine the framework and other necessary information: The input strings can be determined using the command line program strings given the setup program setup.exe, and the output framework names can be found using grep or findstr.
Verwenden Sie den Befehl netstat -o -n -a | findstr 0.0:80, um die Prozess-ID (PID) zu finden.
Use the netstat -o -n -a | findstr 0.0:80 command to find the process ID (PID).
Kopieren Sie den Inhalt der CBS-Protokolldatei mit dem Befehl "findstr" in die Datei "Sfcdetails.txt" auf dem Desktop Ihres Fensters, und zeigen Sie die Details mithilfe der auf Ihrem Desktop gespeicherten Datei "sfcdetails.txt" an. txt
Copy the CBS log file content to Sfcdetails.txt file on the desktop of your window using "findstr" command and view the details using sfcdetails.txt saved on your desktop.
Klicken Sie in der Liste Siehe auch auf Devinfo - Hinweise , um eine Liste der Symbole für reguläre Ausdrücke anzuzeigen, die von findstr akzeptiert werden.
Click Devinfo Notes in the Related Topics list for a list of the regular expression symbols accepted by findstr.
Findstr interpretiert alle Metazeichen als regulären Ausdrucke, es sei denn, die Option/l wird verwendet.
Findstr interprets all metacharacters as regular expressions unless you use/l.
Findstr ist in der Lage, den genauen Text, nach dem Sie suchen, in jeder beliebigen ASCII-Datei zu finden.
Findstr is capable of finding the exact text you are looking for in any ASCII file or files.
Im folgenden Beispiel wird das Ergebnis des Befehls IpConfig an den Befehl Findstr übergeben.
In the following example, the result of an IpConfig command is passed to a Findstr command.
Im folgenden Beispiel wird das Ergebnis des Befehls "IpConfig" an den Befehl "Findstr" übergeben.
In the following example, the result of an IpConfig command is passed to a Findstr command.