if [ $# = 1 ]
then
	< $1 sed 's/^/'"`sed_esc "$1"`"$'\t/'
else
	if [ $# \> 0 ]
	then
		grep -a '' $* | sed $'s/:/\t/'
	fi
fi
