xargs

May 2, 2019 ยท View on GitHub

Run xargs command on each file found

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