Skip to content

Instantly share code, notes, and snippets.

@alperyilmaz
Created November 17, 2016 13:25
Show Gist options
  • Save alperyilmaz/8690231b2804c801ed5aae425e5abe2f to your computer and use it in GitHub Desktop.
Save alperyilmaz/8690231b2804c801ed5aae425e5abe2f to your computer and use it in GitHub Desktop.
date and time at which most ratings were given
$ cat ratings | cut -f4 | sort | uniq -c | sort -nr | head
432 01-03-1996 00:00:00
63 26-07-2005 19:24:47
44 28-03-1996 22:58:30
42 30-03-1996 16:27:16
42 27-03-1996 19:23:03
42 16-04-1996 13:08:41
42 15-04-1996 10:23:54
42 14-04-1996 17:37:12
42 14-04-1996 14:45:40
42 07-04-1996 10:40:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment