printcap
printcap
The printcap
command in Linux is used to display the printer capabilities database. This database contains information about all of the printers that are configured on your system.
The syntax of the printcap
command is as follows:
printcap [options]
The options
argument controls the behavior of the printcap
command. The most common options are as follows:
-l
: List all printers in the database.-p
: Print the capabilities of a specific printer.-s
: Search for a printer by name.
For example, the following command will list all printers in the database:
printcap -l
This command will list all printers in the database, one per line.
The following command will print the capabilities of the printer named myprinter
:
printcap -p myprinter
This command will print the capabilities of the printer named myprinter
.
The printcap
command is a useful command for troubleshooting printer problems. It can be used to see what printers are configured on your system, and to see what capabilities they have.
Here are some additional things to keep in mind about the printcap
command:
The
printcap
command will only display printers that are configured in the printer capabilities database.The
printcap
command will not display printers that are connected to your system but are not configured in the printer capabilities database.The
printcap
command will not display printers that are not connected to your system.
It is important to be aware of these limitations when using the printcap
command, so that you do not get confused by the output.
help
Usage: paste [OPTION]... [FILE]...
Write lines consisting of the sequentially corresponding lines from
each FILE, separated by TABs, to standard output.
With no FILE, or when FILE is -, read standard input.
Mandatory arguments to long options are mandatory for short options too.
-d, --delimiters=LIST reuse characters from LIST instead of TABs
-s, --serial paste one file at a time instead of in parallel
-z, --zero-terminated line delimiter is NUL, not newline
--help display this help and exit
--version output version information and exit
GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Report any translation bugs to <https://translationproject.org/team/>
Full documentation <https://www.gnu.org/software/coreutils/paste>
or available locally via: info '(coreutils) paste invocation'
Last updated