Lines of Code
My last, last school term is over. All that is left now are exams. So I thought I would take a minute to reflect on the last 5 years in terms of lines of code written as part of my Computer Science major:
brett@brie:~/Documents/UBC$ find -regex '.*\.\(cpp\|c\|java\|cs\|php\)' -exec cat '{}' \; | wc -l
107090
107090 lines.
