-
-
Save barmic/6d9ae8f8a8e4c0a45528b829623a88a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<PCR ... Type="THIS"> | |
<MD> | |
<V ... ATTR="FOO" ...>42</Value> | |
</MD> | |
</PCR> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/<PCR/ { | |
a = 1 | |
} | |
1==a && /FOO/ { | |
print FILENAME | |
} | |
/<\/PCR>/ { | |
a = 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment