Bulk Rename file extension in Linux With Command Line
Page 1 of 1
Bulk Rename file extension in Linux With Command Line
Bulk Rename file extension in Linux With Command Line
This example takes files with extension of .jpg:large and takes out the :larg part so that it reads filename.jpg instead of .jpg:large like linux and twitter file picture saving causes!
This example takes files with extension of .jpg:large and takes out the :larg part so that it reads filename.jpg instead of .jpg:large like linux and twitter file picture saving causes!
- Code:
rename -v 's/\.jpg:large$/\.jpg/' *.jpg:large
Similar topics
» how to output from command line to an output file.txt file example
» Covert wav to mp3 in linux command line
» Using Timeshift From Command Line Linux cli
» Clone a whole site from Linux Command Line
» How To Close Linux App From Command Line Or Script
» Covert wav to mp3 in linux command line
» Using Timeshift From Command Line Linux cli
» Clone a whole site from Linux Command Line
» How To Close Linux App From Command Line Or Script
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum