Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nbp(1) [redhat man page]

NBP(1)							      General Commands Manual							    NBP(1)

NAME
nbplkup, nbprgstr, nbpunrgstr - access NBP database SYNOPSIS
nbplkup [ -r nresp ] [ nbpname ] nbprgstr [ -p port ] nbpname nbpunrgstr nbpname DESCRIPTION
nbprgstr registers nbpname with atalkd(8), at the given port. nbpunrgstr informs atalkd that nbpname is no longer to be advertised. nbplkup displays up to nresp (default 1000) entities registered on the AppleTalk internet. nbpname is parsed by nbp_name(3). An `=' for the object or type matches anything, and an `*' for zone means the local zone. The default values are taken from the NBPLKUP environment variable, parsed as an nbpname. EXAMPLE
Find all devices of type LaserWriter in the local zone. example% nbplkup :LaserWriter Petoskey:LaserWriter 7942.129:218 Gloucester:LaserWriter 8200.188:186 Rahway:LaserWriter 7942.2:138 517 Center:LaserWriter 7942.2:132 ionia:LaserWriter 7942.2:136 Evil DEC from Hell:LaserWriter 7942.2:130 Hamtramck:LaserWriter 7942.2:134 Iron Mountain :LaserWriter 7942.128:250 example% SEE ALSO
nbp_name(3), atalkd(8). netatalk 1.2 17 Dec 1991 NBP(1)

Check Out this Related Man Page

PAP(1)							      General Commands Manual							    PAP(1)

NAME
pap, papstatus - client interface to remote printers using Printer Access Protocol SYNOPSIS
pap [ -c ] [ -e ] [ -p nbpname ] [ -s statusfile ] [ files ] papstatus [ -p nbpname ] DESCRIPTION
pap is used to connect and send files to an AppleTalk connected printer using the Apple Printer Access Protocol (PAP). When pap starts execution, it tries to open a session with the printer using PAP, and then downloads the files to the printer. If no files are given on the command line, pap begins reading from standard input. If no printer is specified on the command line, pap looks for a file called .paprc in the current working directory and reads it to obtain the nbpname of a printer. Blank lines and lines that begin with a `#' are ignored. type and zone default to LaserWriter and the zone of the local host, respectively. Note that pap is designed to be useful as a communication filter for sending lpd(8) spooled print jobs to AppleTalk connected printers. See psf(8) for hints on how to use it this way. OPTIONS
-c Take cuts. Normally pap tells the printer how long it has been waiting. When -c is specified, pap claims to have been waiting for- ever. -e Send any message from the printer to stderr instead of stdout. psf(8) invokes pap with this option. -p nbpname Connect to the printer named nbpname and do not consult the .paprc file to find a printer name. See nbp_name(3) for the syntax of nbpname. -s statusfile Update the file called statusfile to contain the most recent status message from the printer. pap gets the status from the printer when it is waiting for the printer to process input. The statusfile will contain a single line terminated with a newline. This is useful when pap is invoked by psf(8) within lpd's spool directory. FILES
.paprc file that contains printer name SEE ALSO
nbp_name(3), lpd(8), psf(8). netatalk 1.3 3 Jun 1994 PAP(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help in SED and CUT.

Hi I have a file. In Each and every line, i want to cut the position from 130 to 134 and need to check if it is XXXX then i need to replace with YYYY (Only from 130 to 134). Your help is very much appriciated. (4 Replies)
Discussion started by: senthil_is
4 Replies

2. UNIX for Dummies Questions & Answers

creating a new variable from existing data

Hello, I have the following data set: TRAIT DOSE 40 0.4 30 0.3 95 1.2 120 1.7 85 1.4 136 1.8 134 1.8 40 0.4 30 0.3 95 1.2 120 1.7 85 1.4 136 1.8 134 1.8 40 0.4 30 0.3 95 1.2 (2 Replies)
Discussion started by: wolf_blue
2 Replies