pre-sas.sh

The pre-sas.sh script is used to convert the dump ibd output of Genehunter 2 into a format that can be easily read by SAS Software. It is fully documented in Chapter pre-sas.sh. Run pre-sas.sh with the format ./pre-sas.sh file-to-convert file-to-create. If no file-to-create is specified, a filename based on the file-to-convert will be created.

Example 3-2. Running pre-sas.sh.

	  $ ./pre-sas.sh dump.ibd
	  Converting "dump.ibd" to "dump-sas.ibd"...done.
	  $