Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rename-perl [2014/07/28 15:57]
rename-perl [2014/07/28 15:57] (current)
Line 1: Line 1:
 +====== rename-perl ======
  
 +  * [[imv]]
 +
 +Rename files using perl regular expressions.
 +
 +<​code>​
 +rename-perl '​s/​\.htm/​\.html/​g'​ *.htm
 +</​code>​