![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME cplc DESCRIPTION Brings user to Arizona (AZ) Chandler Public Library Catalog and will optionally search the catalog for a given string at a specific location (or all by default). There are two parameters which can be optionally passed to cplc; -search and -for. If -for is omitted cplc brings the user to the catalog home, otherwise the catalog is searched for the string following -for. When searching using -for, -search can be passed to cplc with the name of the library branch to search (currently Basha, Downtown, Hamilton, Sunset, or the defualt which is All). EXAMPLES cplc #go to Chandler Public Library Catalog home cplc -for "learning perl" #Search all Chandler Public Libraries for "learning perl" cplc -search sunset -for lover #Search Chandler Public Library Sunset Branch for lover AUTHOR David Monaghan (monaghan.david[at]gmail.com) NOTES Created using ifEmpty and ucase (ucase used to upper-case branch name). Sorry I didn't use create2 for this one, I've not gotten it to work as of yet.