Skip to content

Instantly share code, notes, and snippets.

@rutgerhensel
Created January 28, 2022 04:59
Show Gist options
  • Select an option

  • Save rutgerhensel/7c753e5e848a59e67e3e269f7f970952 to your computer and use it in GitHub Desktop.

Select an option

Save rutgerhensel/7c753e5e848a59e67e3e269f7f970952 to your computer and use it in GitHub Desktop.
find files with zero byte null byte character
grep -irobUaP "\x00" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment