Skip to content

Instantly share code, notes, and snippets.

@TrevorS
Created November 20, 2014 13:27
Show Gist options
  • Save TrevorS/d9c3a2569b08423672e8 to your computer and use it in GitHub Desktop.
Save TrevorS/d9c3a2569b08423672e8 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# encoding: utf-8
Dir['*.csv'].each { |f| File.rename(f, "#{f.to_i}.csv") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment