in reply to Re^2: count total number of occurrence in all files
in thread Reaped: count total number of occurrence in all files

You're right, \s doesn't make sense outside a regex, I read it as a single space character, which it actually is not. The fact that I split on '\t\s' is just a copy/paste gone wrong because I did mean to write "\t\s", which would have been incorrect anyway. I'll edit my post, thanks!

  • Comment on Re^3: count total number of occurrence in all files