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/