They were single quotes. Double quotes allow expansion, even though there are no variables within them; it is still usually safe to use double quotes, but ok.
"Alexander V. Lukyanov" wrote: > 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/
