Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.erje.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: Fri, 29 Apr 2011 15:53:17 -0400 Organization: none Lines: 21 Message-ID: <87sjt0al76.fsf@ixod.org> References: <0ee8b9ed-146a-403a-8b34-f37497f2b5df@n10g2000yqf.googlegroups.com> <91nv22F5p3U1@mid.individual.net> <87r58m0xv7.fsf@ixod.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: hoshi.visyn.net p9x2hgDJaCDe8Q4c5AmHrpVQL3GKSqKrsQjYqCBGDDDscOW5rMOGIRw9g0ElznMw X-Complaints-To: abuse@open-news-network.org NNTP-Posting-Date: Fri, 29 Apr 2011 19:53:18 +0000 (UTC) X-User-ID: /uPRDlgV9WlDRzlDYxBETE2n/7QZdzv2jS/8hMYxOZs= Cancel-Lock: sha1:mKVxlBji10f5GFHtbRv8LZyRqR8= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:186 Peng Yu writes: > On Apr 28, 6:17 pm, "Mark T. B. Carroll" wrote: >> 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? > > It doesn't work either. > > $pkfix-helper pcfg-notes.ps|pkfix - pcfg-notes.repaired.ps 2>&1 >/dev/ > null You have no redirection before the pipe "|" character there. Mark