//#!/bin/zsh iconv -f cp437 -t utf-8 < input.ans > output.txt ; sed -e "s/.\{80\}/&\n\r/" < input.txt > output.txt