pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.97k stars 75 forks source link

Fix some examples and add documentation on path-globbing traps #18

Closed pkolaczk closed 4 years ago

pkolaczk commented 4 years ago

Some shells (e.g. Windows default shell) don't support path globbing, and some examples in the docs would fail in these shells.

Fixes #17