Run xargs command on each file found
xargs
find . -iname *.ts | xargs -n1 ts-node
Last updated 5 years ago