Guest User

Untitled

a guest
Jul 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. kristian@luke:~/.../irclogs/Undernet$ head -qn1 \#hotellet.log*
  2. --- Log opened Wed Oct 25 15:45:41 2006
  3. --- Log opened Mon Sep 22 12:51:02 2008
  4. --- Log opened Sat Aug 30 11:52:50 2008
  5. --- Log opened Thu Sep 11 16:49:28 2008
  6. --- Log opened Fri Sep 26 20:59:03 2008
  7. --- Log opened Fri Sep 10 12:51:30 2010
  8. --- Log opened Mon Dec 06 09:57:40 2010
  9. kristian@luke:~/.../irclogs/Undernet$ awk '{ gsub("@",""); gsub("KristianL","Kristian"); } $2 == "<" { $2="<"$3; $3=""; } $2 ~ "<.[a-zA-Z0-9|]*>" { foo[$2]++} END { for (a in foo) printf("%-20s wrote %5d lines\n",a,foo[a])}' \#hotellet.log*
  10. <idril> wrote 134 lines
  11. <Catya> wrote 35 lines
  12. <mrpip> wrote 1 lines
  13. <Botski> wrote 7 lines
  14. <Dadajobb> wrote 141 lines
  15. <epiphron> wrote 14 lines
  16. <Wiseman> wrote 1144 lines
  17. <Nesq> wrote 2 lines
  18. <Dadaph|Lizzy> wrote 5 lines
  19. <Catya|Dadaph> wrote 4 lines
  20. <NintendoLizz> wrote 2 lines
  21. <Dadaph> wrote 3243 lines
  22. <Morten> wrote 21 lines
  23. <ithilme> wrote 1 lines
  24. <potetpro> wrote 5 lines
  25. <Ithilme> wrote 285 lines
  26. <Kristian> wrote 4341 lines
Add Comment
Please, Sign In to add comment