Bash

Find and rename files in batches

ls src/components/**/*.js | sed 's/\.js$//' | xargs -n1 -I{} echo {}.js {}.jsx