* [EMAIL PROTECTED]
> You can use:
> 
> ls -lR | lpr -P <printer>

I often prefer:

find . -print

(or: find . -print | lpr -P <printer>)

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to