Why doesn't this loop process one file at a time? – unix.stackexchange.com

I've got a directory with various files: main.js SomeClass.js View.jsx And I want to loop through all the .jsx files. So I wrote this Bash script: for JSX_FILE in "$BUILD_DIR/*.jsx"; do echo ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Why doesn't this loop process one file at a time? – unix.stackexchange.com"