I'm trying to print a word document from the command line, but I need to specify printing options that I would normally use lpr for. This is the command I'm using
libreoffice -p "filename.doc"
I need to be able to specify a username (-U), is this possible? The following doesn't work
libreoffice -p "filename.doc" -U username
Should this work, or is there another way?