Skip to content

Patterns to use for removing deleted filed #556

Closed Answered by newren
tobiascarlen asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to use globs, use --path-glob. If you want to use regexes, use --path-regex. --path looks for an exact match, so --path directory/*.json is only going to find a file literally named directory/*.json and no other files under directory/ with a .json ending.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by newren
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants