ipbod (Sat Oct 25 2014 01:31:01)

ipbod

IPBOD converts a baudot stream to ascii or vice-versa.

To run :
	cat baudot_file | ipbod 
or	cat baudot_file | ipbod | tee ascii_file

or	cat ascii_file | ipbod -a | tee baudot_file

Input parameters are :
	-a : convert Ascii to Baudot				default: b->a
	-n : show end-of-lines as CR and LF			default: no
	-r : converts non-printable ascii chrs to octals	default: no
		as 00 and cr or nl as ~ 
	-x : show shifts/escapes as LS and FS			default: no
	-v : print version no and exit

(copyright) 2014 and previous years FingerPost Ltd.