Re: of and oc
On Jun 4 11:40, Haojun Bao wrote: > cygstart is so useful that I want type less keys: > > alias of=cygstart #on cygwin-1.5 > > or: > > function of () > { > if which "$1" > /dev/null 2>&1; then > if [[ "$1" == of ]]; then > local file=`which cygsta
of and oc
cygstart is so useful that I want type less keys: alias of=cygstart #on cygwin-1.5 or: function of () { if which "$1" > /dev/null 2>&1; then if [[ "$1" == of ]]; then local file=`which cygstart`; else local file="`which