Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rename all file extention terminal

for old in *.txt; do mv $old `basename $old .txt`.md; done
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #rename #file #extention #terminal
ADD COMMENT
Topic
Name
1+7 =