Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news2.arglkargh.de!news.visyn.net!visyn.net!not-for-mail From: "Mark T. B. Carroll" Newsgroups: comp.lang.postscript Subject: Re: text messes up in ps2pdf converted pdf Date: Thu, 28 Apr 2011 19:17:32 -0400 Organization: none Lines: 11 Message-ID: <87r58m0xv7.fsf@ixod.org> References: <0ee8b9ed-146a-403a-8b34-f37497f2b5df@n10g2000yqf.googlegroups.com> <91nv22F5p3U1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: hoshi.visyn.net ILFzaCUCnl01RhRqH9m9Xf2USkbClDcHu4ZEbfJzgsR1zowday1j15UlMgqcK6gy X-Complaints-To: abuse@open-news-network.org NNTP-Posting-Date: Thu, 28 Apr 2011 23:17:31 +0000 (UTC) X-User-ID: eOkXVIED563doszCvLdfYxDW3Kbdc05+0AK+dTqpk8o= Cancel-Lock: sha1:X9AAwN6Q2RWmtjWJPUkjSruWTDo= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:182 Peng Yu writes: > I'm trying to redirect the screen output to /dev/null. But I still get > the output on the screen. Is there a way to make the program silent. > > pkfix-helper pcfg-notes.ps | pkfix - pcfg-notes.repaired.ps > /dev/ > null 2>&1 Perhaps add a 2>/dev/null /before/ the pipe character? Mark