Support glob patterns
See original GitHub issuefs.copySync('./{foo,bar}.js', './tmp');
fs.copySync('./foo.*', './tmp');
It would be nice to implement these patterns
Issue Analytics
- State:
- Created 7 years ago
- Reactions:32
- Comments:5
Top Results From Across the Web
Glob Pattern Support | Logstash Reference [8.5]
Logstash supports the following patterns wherever glob patterns are allowed: *: Match any file. You can also use an * to restrict other...
Read more >glob (programming)
In computer programming, glob patterns specify sets of filenames with wildcard characters. ... "Supporting Wildcard Characters in Cmdlet Parameters".
Read more >glob — Unix style pathname pattern expansion
The glob module finds all the pathnames matching a specified pattern ... This function can support paths relative to directory descriptors with the...
Read more >Tips for writing glob patterns in DeepSource configuration
Glob patterns specify sets of filenames with wildcard characters. For example, the Unix Bash shell command rm -rf textfiles/*.txt removes (rm) ...
Read more >Support glob patterns in the shell · Issue #22 · yarnpkg/berry
The shell should support a glob syntax (at least * and ** ). Describe the drawbacks of your solution. Writing a good globing...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@RyanZim after three years from the last response, do you think maybe this is going to develop this year?
Thanks
Given the complexity of this, I’m going to close this out as
wontfix
.