Re: pdfman

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

 



Hi Alex,

On 1/5/21 3:05 PM, Alejandro Colomar (man-pages) wrote:
> Hey Michael,
> 
> On 1/5/21 1:00 PM, Michael Kerrisk (man-pages) wrote:
>> function pdfman {
>>     man -Tps -l $1 > /tmp/$(basename $1).$$.ps
>>     ps2pdf /tmp/$(basename $1).$$.ps $1.pdf
>>     evince $1.pdf
>> }
> 
> Would you mind adding that to a script in scripts/?

I'm not convinced it really belongs in there.

Thanks,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux