Skip to content

Instantly share code, notes, and snippets.

@jberger
Created June 27, 2012 05:36
Show Gist options
  • Select an option

  • Save jberger/3001706 to your computer and use it in GitHub Desktop.

Select an option

Save jberger/3001706 to your computer and use it in GitHub Desktop.
Popular History
use 5.14.0;
no strict; #!
use Text::ParseWords;
print "$_ => $c{$_}\n" for
sort { $c{$b} <=> $c{$a} }
grep { ! $c{$_}++ }
map { (split '/', $_->[$_->[0] =~ /=/])[-1] }
map { [ shellwords( s/^\s*\d+\s*//r ) ] }
<>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment