Run command for each source found by pattern without find.
Hello, is there a coreutils-free alternative for something like:
6 Replies
Like this? Hmm, its not showing me anything... I have files in internal. My version is: v3.42.1
Yay, it works, thanks. So thats typo in the docs?
Yes, just fixed 🙂 https://github.com/go-task/task/commit/180fcef36422c07501eadcb27badadb6e1c77dd2
@andreynering, is it possible to do the same with
generates
? I want to bypass missing fingerprinting by using status: test -f {{.ITEM}}
for each file from generates: - pkg/protocol/**/*
.
I.e. I want to allow this syntax, I think I can make a PR...