hollasch / csub

Command substitution for the Windows command shell
MIT License
3 stars 0 forks source link

Add command-line option to execute command with a single expansion at a time #15

Open hollasch opened 4 weeks ago

hollasch commented 2 weeks ago

Example:

csub --each diff `pathmatch .../.gitignore` standard-gitignore

Might do

diff ./.gitignore standard-gitignore
diff ./foo/.gitignore standard-gitignore
diff ./bar/baz/qux/.gitignore standard-gitignore