Unless there's a better alternative, I tried GNU grep 2.5.4 but it fails finding lines with HTML tags.
Is there a way in Windows10's cmd to accept angle brackets?
Code: Select all
C:\>grep --version
C:\>grep --help
C:\>grep
C:\>grep -Poha "<h2>" input.html
C:\>grep -Poha "^<h2^>" input.html