Run xargs command on each file found
xargs
find . -iname *.ts | xargs -n1 ts-node
Last updated 6 years ago
Was this helpful?