Joined May 2012
·
Achievements
69 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Forked 20
Have an established project that's been forked at least 20 times
Opabinia
Started social coding on GitHub within 6 months of its first signs of life
Forked
Have a project valued enough to be forked by someone else
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
"echo > foo" doesn't create an empty file, it creates a file of size 1
"> foo" does work correctly.
A traditional alternative is the bash builtin ":" which does nothing:
:> foo