On Tue, 11 May 1999 [EMAIL PROTECTED] wrote: > Try this: apt-get install -sq 2utf (doesn't work) > Now this: apt-get install -qs 2utf (does work) > Now this: apt-get -sq install 2utf (does work) > And this: apt-get install -sq apt 2utf (also works) > > When -q is right before a package beginning with a digit, nothing happens.
q takes a single optional numeric argument, 2utf looks like a numeric argument. I guess it should ignore those sorts of things eh? Jason

