#!/bin/sh from=$1 to=$2 if test -e "$from"; then mv $from $to fi