Kata to process dummy log files and show the most visited pages in descending order. It also show the unique page visits in descending order.
bundle installbundle exec rspecbin/analyse.sh test.log
bin/analyse.sh webserver.log
ruby parser.rb test.log
ruby parser.rb webserver.log