xargs

Run xargs command on each file found

find . -iname *.ts | xargs -n1 ts-node

Last updated