groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [groff] pdfpic.tmac


From: Ralph Corderoy
Subject: Re: [groff] pdfpic.tmac
Date: Wed, 22 Aug 2018 18:21:19 +0100

Hi Heinz,

> What I did, is adding --text to grep
>
> .sy pdfinfo @$1 | grep --text "Page *size" | ..

`tr -d \\0' deletes ASCII NUL bytes, e.g.

    $ printf 'foo\0bar\n' | wc
          1       1       8
    $ printf 'foo\0bar\n' | tr -d \\0 | wc
          1       1       7
    $

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]