ypcat -- print the values of all keys in a YP database
      ypcat [-kt] [-d domainname] mapname
     ypcat -x
     The ypcat utility prints out the values of all keys from the YP database
     specified by mapname, which may be a map name or a map nickname.
     The options are as follows:
     -d domainname
	     Specify a domain other than the default domain.
     -k      Display map keys.	This option is useful with maps in which the
	     values are null or the key is not part of the value.
     -t      Inhibit translation of map nicknames to their corresponding map
	     names.
     -x      Display the map nickname table.
     domainname(1), ypmatch(1), yp(8), ypbind(8), ypset(8)
     Theo De Raadt <deraadt@theos.com>.
FreeBSD 5.2.1		       December 3, 1993 		 FreeBSD 5.2.1  [ Back ] |