Skip to content

Instantly share code, notes, and snippets.

@ahkumar
Created March 27, 2018 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahkumar/27596c6cec45016d03abd66ccc135888 to your computer and use it in GitHub Desktop.
Save ahkumar/27596c6cec45016d03abd66ccc135888 to your computer and use it in GitHub Desktop.
irb(main):026:0> File.read("OU_user_details.log").each_line do |line|
irb(main):027:1* data = line.split("|").map(&:to_s)
irb(main):028:1> data.grep(/user/)
irb(main):029:1> end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment