Created
January 28, 2022 04:59
-
-
Save rutgerhensel/7c753e5e848a59e67e3e269f7f970952 to your computer and use it in GitHub Desktop.
find files with zero byte null byte character
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
| grep -irobUaP "\x00" * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment