Q: Why can't I print a file whose filename contains spaces?
A: UNIX expects filenames to be continuous, without any spaces. If you create a filename with spaces, you must indicate that it is a single file using parentheses. This is true not only for the print command, but for all other commands as well.
For Example: to print a file named test file.ps use the print command as follows
qpr -q geogbw1 -m 10 "test file.ps"