You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
First of all, thank you for your work. Very useful tool!
I would like to ask to implement feature from original grep - read patterns from file:
grep -w -f some_file_with_patterns
The text was updated successfully, but these errors were encountered:
I have file with thousands patterns (cards Id for instance). Linux grep can dial with that.
There are two tasks for this use case:
1. Find all strings from file1 that match with strings from file2
2. Find all strings from file1 that do not match with strings from file2
Konstantin Vasilev
eUICC Engineer
Hello!
First of all, thank you for your work. Very useful tool!
I would like to ask to implement feature from original grep - read patterns from file:
grep -w -f some_file_with_patterns
The text was updated successfully, but these errors were encountered: