Hi Ethan, On Tue, Aug 25, 2009 at 09:21:01AM -0700, Ethan Merritt wrote: > mv $1 $1.brk ... > That works, but at the cost of an unnecessary file copy operation.
That is just a rename operation, right? So I doubt it has any major overhead (but might be wrong). or % ln -s $1 $1.pdb instead? Cheers Clemens -- *************************************************************** * Clemens Vonrhein, Ph.D. vonrhein AT GlobalPhasing DOT com * * Global Phasing Ltd. * Sheraton House, Castle Park * Cambridge CB3 0AX, UK *-------------------------------------------------------------- * BUSTER Development Group (http://www.globalphasing.com) ***************************************************************