#!/bin/sh in=${1:-/dev/stdin} out=${2:-/dev/stdout} < $in sed 's/\­\;//g' > $out