Joined August 2012
·

Yanko Simeonoff

My home
·
·

Posted to Stop SSH disconnects - mini tip over 1 year ago

Another way is to use mosh

Posted to My awesome git aliases over 1 year ago

grep --heading --break --ignore-case -e 'FIX:' -e 'FIXME:'

this should be
grep --heading --break --ignore-case -e '\bFIX\b:' -e '\bFIXME\b:'
as original greps 'prefix:' and other similar words

Achievements
18 Karma
0 Total ProTip Views
Interests & Skills