Incodentally, I think your example is wrong. It should be either
psql >/dev/null 2>&1
or
psql &>/dev/null
Notice the reversal of redirects in the first one.
Of course, this doesn't change anything about the core discussion...
- C
On 1/24/08, Isaac Morland <[EMAIL PROTECTED]> wrote:
> On T
(Sorry about top-posting: I'm using my blackberry while waiting for
the bus and my gmail client doesn't do quoting :-( )
Certainly java won't let you specify -jar more than once, because that
would be telling it to *run* two files. It *will*, however, let you
specify more than one jar in the clas
Actually, I think it *is* a typo: the last part should read that no
output is produced until the predicate becomes *false*.
- C
On 7/13/07, Raymond Hettinger <[EMAIL PROTECTED]> wrote:
>
> [Matthieu on itertools.dropwhile() docs]
> > Make an iterator that drops elements from the iterable as lon