Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
From time to time, we get conflicts when we merge SVN branches. Now I can automatically edit them:
alias edit_conflicts="${EDITOR:-vim} \$(svn status|grep '^C'|awk '{print \$2}')"
That uses whatever is in your EDITOR environment variable, but defaults to vim.
awk (Score:2)
Re: (Score:2)
Thanks. Works like a charm. I now have the following: