[KLUG Members] this puzzles me very much

Peter Buxton members@kalamazoolinux.org
Mon, 31 Mar 2003 20:30:16 -0500


On Mon, Mar 31, 2003 at 10:50:55AM +0200, Bert wrote:

> # ** here the problem begins **
> if (try-this) {
> 		`pgp -sa $stamp 100 2>&1 > /dev/null`;
> }

Well, #1:

  pgp -sa blah blah blah > /dev/null 2>&1

the 2>&1 goes on the end. Trust me (or trust man bash(1)). Or:

  pgp -sa blah blah blah &> /dev/null

works just as well. Try:

  `set |sort > /tmp/DEBUG ; pgp jdfhf dfh fjh fhfdj &> /dev/null` ;


-- 
-172
I noticed that options had a tendency of sucking in very
intelligent people and blowing them up.  -- Nassim Taleb