Chris Roberts
2021-05-06 17:59:35 UTC
How do you search for a literal "!" within findstr command using DOS
Can it even be done?
for instance I want to see all the lines in a file that have a "!" in them.
$ findstr -i "\!" file.txt
!(Nope nothing)
Does anyone have any ideas?
Thanks,
Crzzy1
Can it even be done?
for instance I want to see all the lines in a file that have a "!" in them.
$ findstr -i "\!" file.txt
!(Nope nothing)
Does anyone have any ideas?
Thanks,
Crzzy1