Answers for "how to add extension to all files terminal"

0

how to add extension to all files terminal

//terminal 
for f in * ; do 
  mv "$f" "$f.js"
done
Posted by: Guest on March-25-2020

Code answers related to "how to add extension to all files terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language