seanmcp.com
Change extensions of all files in a directory
December 17, 2020
for
f
in
*.jsx
;
do
mv
--
"
$f
"
"
${f
%
.jsx}
.tsx"
;
done
Reply by email
Romans 5:8