#!/bin/ksh Usage() { echo "Usage: $0 info-file ..." echo "" echo " Creates a script, which removes the specified files from the info/dir" echo "" echo " E.g.: $0 mysql.info.gz >postremove" } if [ $# -lt 1 ]; then Usage exit 1 fi cat<