Hacker News new | ask | show | jobs
by eka808 3935 days ago
I like to use ad-hoc linq queries with linqpad to get this type of stuff done.

Ex : Directory.GetFiles(theDirectory).Take(50).GroupBy(a => ...)