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

Please add option to keep lines or to remove lines based on line-file #1

Closed
jututt opened this issue Sep 12, 2019 · 1 comment
Closed

Comments

@jututt
Copy link

jututt commented Sep 12, 2019

No description provided.

@miku
Copy link
Owner

miku commented Feb 17, 2020

Added -v flag to "invert" matches. Released in 0.1.4.

Example:

$ ./filterline fixtures/L fixtures/F
line 1
line 2
line 5
line 6

$ ./filterline -v fixtures/L fixtures/F
line 3
line 4
line 7
line 8
line 9
line 10

@miku miku closed this as completed Feb 17, 2020
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

No branches or pull requests

2 participants