Description
Use find command with -regex on Windows, the built-in find command doesn't support it
Since i use uutils/findutils, the currently workaround is using $(which find) (with which installed on windows)
Version
3.51.1, 3.52 nightly
Operating system
Windows
Experiments Enabled
No response
Example Taskfile
version: '3'
tasks:
test:
- find . -regex '.*\.h'
Description
Use find command with
-regexon Windows, the built-in find command doesn't support itSince i use uutils/findutils, the currently workaround is using
$(which find)(with which installed on windows)Version
3.51.1, 3.52 nightly
Operating system
Windows
Experiments Enabled
No response
Example Taskfile