python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Extract substring using windows findstr and regular expressions
I've searched through the already asked questions and altough i found some interesting answers, i'm not able to apply those answers to my specific case
My apologies if you'll find me too stupid :(
Her...
Zedude
Votes: 0
Answers: 1
How to use netstat -b to find ip from .exe file
So I was looking for a way that I can use netstat -b and findstr. I tried using it in cmd like this:
netstat -b | findstr "chrome"
But that just gives me output
[chrome.exe]
[chrome.exe]
...
Mr_Boopsy_
Votes: 0
Answers: 2
How does findstr extract the text line I want
I have a txt file.Trying to find out alternate of grep in windows to filter specific data.
Below is my input
7892:d=4 hl=3 l=5781 cons: cont [ 2 ]
52:d=4 hl=3 l=5581 cons: cont [ 0 ]
7708:d=4 hl=...

Zochary
Votes: 0
Answers: 1
Escapaing FINDSTR Characters
I have been unsucessful in escapaing a combination of letters within my FINDSTR search query. My query contains a quote mark (") and a chvron (>).
My search query = findstr /N /C:"font-si...
Ghulam
Votes: 0
Answers: 2