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

Skip firstbytes / lastbytes #89

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

AlwaysHC
Copy link

@AlwaysHC AlwaysHC commented Oct 15, 2021

Added a skip option to avoid the
"Now eliminating candidates based on first bytes"
"Now eliminating candidates based on last bytes"
step

#88

Comment on lines +17 to +19
$rdfind -skip $skiptype -deleteduplicates true a b
[ -e a ]
[ ! -e b ]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is testing that the new options are accepted. Which is good. But would be possible to even check the output and see if the option really took effects? Or that another invalid option lead to error?

Just a new user of this program, please ignore if the suggestion does not make sense.

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