Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created July 5, 2011 07:55
Show Gist options
  • Save igaiga/1064432 to your computer and use it in GitHub Desktop.
Save igaiga/1064432 to your computer and use it in GitHub Desktop.
Display all files size.
Dir.glob(**/*.*){ |f| puts "#{f} #{File.size(f)}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment