We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--files-from
At this moment, both --exclude-from and --include-from options have notions about comments. I mean the phrase
--exclude-from
--include-from
Blank lines in the file are ignored, as are whole-line comments that start with ';' or '#'
In fact, --files-from uses the same convention for in-file comments, but it is not documented.
Related answer on StackExchange: https://unix.stackexchange.com/a/401447/367446
Related issue: #188 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At this moment, both
--exclude-from
and--include-from
options have notions about comments. I mean the phraseIn fact,
--files-from
uses the same convention for in-file comments, but it is not documented.Related answer on StackExchange: https://unix.stackexchange.com/a/401447/367446
Related issue: #188 (comment)
The text was updated successfully, but these errors were encountered: