Answers for "rename all file extention terminal"

0

rename all file extention terminal

for old in *.txt; do mv $old `basename $old .txt`.md; done
Posted by: Guest on October-13-2021

Code answers related to "rename all file extention terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language