Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created December 9, 2009 19:10
Show Gist options
  • Save manuelmorales/252696 to your computer and use it in GitHub Desktop.
Save manuelmorales/252696 to your computer and use it in GitHub Desktop.
Dir["*.avi"].sort.map{|s| [Dir["*#{s.scan(/\dx\d\d/)}*srt"].first, s.gsub(/avi$/,"srt")]}.each{|a| FileUtils.mv a.first, a.last}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment