Slashdot Mirror


User: El+Buho

El+Buho's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Use PostScript converters on A Grep-like Utility That Works on More than Text? · · Score: 1

    You could add support to your script to many file formats by using some of the many PostScript converters that already exist. Pipe their output to an application that extracts plaintext from the PostScript file, then pipe to grep.

  2. Re:Half a solution .... on A Grep-like Utility That Works on More than Text? · · Score: 1

    You could add support to your script to many file formats by using some of the many PostScript converters that already exist. Pipe their output to an application that extracts plaintext from the PostScript file , then pipe to grep.