dir-exec
v2019.5.22
Published
execute command from every dir
Readme
process elapsed time
Installation
$ [sudo] npm i -g dir-execScripts usage
command|usage
-|-
dir-exec |usage: dir-exec command path ...
Examples
$ find ~/git/gists -type d -mindepth 1 -maxdepth 1 -print0 | xargs -0 dir-exec commandexecute function
func() {
...
}
export -f func
find ~/git/gists -type d -mindepth 1 -maxdepth 1 -print0 | xargs -0 dir-exec func