On 2019-09-06, Jonathan Drews <easyfashionclothing@gmx.com> wrote:
> You have to use the absolute path name
> /usr/local/bin/lpr, /usr/local/bin/lprm, /usr/local/bin/lpq and
> /usr/local/bin/lp to print with CUPS.
I don't like the extra typing so I have this in .kshrc :
for i in dig lpq lpr lprm; do
alias $i=/usr/local/bin/$i
done
No comments:
Post a Comment