On Sat, Dec 08, 2001 at 01:57:16PM -0500, war wrote: > Cool thanks, I wasn't sure that would work! > > Btw I found a bug with an alias. > > alias mirror 'queue mirror -c'
Try: alias mirror "queue command mirror -c" The magic word `command' makes it ignore aliases. -- Alexander. | http://www.yars.free.net/~lav/
