print(1) General Commands Manual print(1)
Name
print - pr to the line printer
Syntax
print file...
Description
The command uses to print a copy of each named file on the line printer. It is a one line shell script:
lpr -p $*
See Also
lpr(1), pr(1)
print(1)