2019.5.22 • Published 6 years ago
dir-exec v2019.5.22
process elapsed time
Installation
$ [sudo] npm i -g dir-exec
Scripts 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 command
execute function
func() {
...
}
export -f func
find ~/git/gists -type d -mindepth 1 -maxdepth 1 -print0 | xargs -0 dir-exec func