Phonebook options
From GnokiiWiki
| Command Line Options |
|---|
gnokii --getphonebook memory_type start_number [end_number|end]
[ [-r|--raw]|[-v|--vcard]|[-l|--ldif] ]
gnokii --writephonebook [ [-o|--overwrite]|[-f|--find-free] ]
[-m|--memory-type|--memory] [-n|--memory-location|--memory]
[ [-v|--vcard]|[-l|--ldif] ]
gnokii --deletephonebook memory_type start_number [end_number|end]
memory_type is a memory type code of two or three letters. The most common ones are ME (internal memory) and SM (SIM card). Internal memory is probably what you want to use for your contacts.
--getphonebook writes entries to stdout, and --writephonebook reads entries from stdin. By default --getphonebook writes entries in a human readable format. With --raw it gives data that can serve as input to --writephonebook.

