Technical details for you to use, and views on technology
cat log_file.txt | ruby -ne 'split(":").each { |col| print col , "\n" if col.match(/^\S+@\S+$/) }' | sort | uniq
Post a Comment
No comments:
Post a Comment