Joined October 2012
·
Posted to
Learn facts while pulling code changes
over 1 year
ago
Nice idea, the alias could be simplified however:
alias fact="elinks -dump randomfunfacts.com | grep '^|' | tr -d \|"
Achievements
47 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Nice idea, but could be easier to read:
history | awk '{print $2}' | sort | uniq -c | sort -rn | head