#!/bin/sh for x do tr ' ' ' ' < $x > _tmp_ mv -f $x $x.old13 mv -f _tmp_ $x done