Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(modules,contrib,thunderbird): grep binary file error #1013

Conversation

jonasbadstuebner
Copy link
Contributor

I saw that grep sometimes thinks the .msf file is a binary, so I added -a as a flag which tells grep to look inside binary files as well.
From man grep:

   File and Directory Selection
       -a, --text
              Process a binary file as if it were text; this is equivalent to the --binary-files=text option.

@tobi-wan-kenobi tobi-wan-kenobi merged commit dc3c09f into tobi-wan-kenobi:main Mar 7, 2024
8 checks passed
@tobi-wan-kenobi
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants