Skip to content

Conversation

@Olf0
Copy link
Contributor

@Olf0 Olf0 commented Jan 19, 2022

  • Do not quote "+" in BREs, because BREs are the default for grep and sed (see their man-pages) and in BREs the "+" character has no special meaning, plus https://www.gnu.org/software/sed/manual/sed.html#BRE-vs-ERE

  • Replace all occurrences of each path pattern with its replacement pattern, instead of only the first occurrence of each path pattern.

Olf0 added 2 commits January 19, 2022 23:16
… because BREs are the default for grep and sed (see their man-pages) and in BREs the "+" character has no special meaning, plus https://www.gnu.org/software/sed/manual/sed.html#BRE-vs-ERE
… with its replacement pattern, instead of only the first occurrence of each path pattern.
@Olf0 Olf0 requested a review from nephros January 19, 2022 22:26
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.

3 participants