Pilot File Dumper
1.0
Pat Beirne
patb@corel.ca



This is free software. See COPYING.

This code is based on the code from the Pilot-UNIX group, including
	Pace Willisson  
	Kenneth Albanowski
	Kevin L. Flynn
	Brian J. Swetland
	D. Jeff Dionne 
	and the pilot SDK




Usage:
	pilot-file [-ahslv] | [-r#] filename
	
where
	-h	dump the header
	-a	dump the app_info section (categories)
	-s	dump the sort_info section (rarely used)
	-l	list the records
	-r#	dump the details of record # (decimal)
	-v	dump everything

The dump goes to stdout, so you can pipe it to a file, if you wish.
The most common usage for this program is if you are developing
software to work with .pdb files.

Comments and suggestions to pat.beirne@cympatico.ca or patb@corel.ca.

Pat
