#	fmt - format text to fixed width
.	Net
<	in
>	out
|	words
*	split	tr	-s ' \t' '\n' <in >words
*	join	join_words	<words >out
