2019.5.22 • Published 6 years ago

dir-exec v2019.5.22

Weekly downloads
2
License
Unlicense
Repository
-
Last release
6 years ago

npm.io

process elapsed time

Installation

$ [sudo] npm i -g dir-exec

Scripts usage

commandusage
dir-execusage: 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