Tuesday, December 11, 2012
SVN - trunk, tag, branch & merge (interesting)
http://weblogs.asp.net/bsimser/archive/2008/05/06/day-to-day-with-subversion.aspx
Thursday, December 6, 2012
Using arrow keys in kornshell
Use this tip to enable your arrow keys. #!/bin/ksh # file: enable-arrow # source in current environment with # command: # . enable-arrows # set -o emacs # Note: these are the actual control # characters. In vi, type i ctrl-v # then ctrl-P (if u want a ctrl-p) alias _A=^P alias _B=^N alias _D=^B alias _C=^F alias __A=^P alias __B=^N alias __D=^B alias __C=^F
Subscribe to:
Posts (Atom)