Skip to content

Instantly share code, notes, and snippets.

@esdras
Created January 12, 2011 17:32
Show Gist options
  • Save esdras/776516 to your computer and use it in GitHub Desktop.
Save esdras/776516 to your computer and use it in GitHub Desktop.
Dir['**/*.*'].each do |dir|
f = File.expand_path(e)
if File.exists?(f)
puts "#{f} - #{File.atime(f)}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment