Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Do you have a gist of your code and a representative sample of the log file you're parsing?


It's a one-liner:

    for 'logs1.txt'.IO.lines -> $_ { .say if $_ ~~ /<<\w ** 15>>/; }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: