1 Ph Ph will return University Libraries and Library Computing Services personnel information on any person in the PSULIAS central "people" database. The format of the command is: Ph [-s server] query [RETURN field|ALL] where query is usually the name of the person about whom you wish to get information. 2 query Query is a field=string where field may be one of: Name, Alias, Email, Phone, Nickname, and Empl_no If no field is given, name is assumed. 2 RETURN The RETURN keyword is used to specify that only the field or fields following are to be returned. If RETURN is not specified, a standard set of fields is returned. 3 ALL The RETURN field of ALL results in all non-blank, unencrypted fields being returned 2 server An alternate server may be specified in the form ph -s server query. e.g. ph -s apple.beta.com rob* richards return all 2 Examples $ Ph wilkinson ------------------------------------------------------- name: Wilkinson Lance email: JLW@psulias.psu.edu formal: Wilkinson J Lance libraries_division: LCS warning: ** Experimental Only ** ** Don't trust this data ** phone: +1 814 865 1818 address: 008E PATTEE LIBRARY : UNIVERSITY PARK, PA 16802 campus: University Park department: Computer and Information Systems title: SYS ENGR I ------------------------------------------------------- $ Ph Jo* Gross ---------------------------------------- name: John S Gross phone: 31650 office_location: Bld.131 Rm.2623 mailcode: 156 department: EE-Engr Serv email to: gross2@llnl.gov (gross@icaen.llnl.gov) ---------------------------------------- $ Ph nuckolls jo* return all ---------------------------------------- alias: nuckolls2 name: John H Nuckolls phone: 25435 office_location: Bld.111 Rm. 501P mailcode: 001 department: Director Admin Staff pr_account: 9500 empl_no: 659700 ---------------------------------------- $ Ph alias=bailey4 return empl_no pr_account ---------------------------------------- empl_no: 036950 pr_account: 9704 ---------------------------------------- .