#! /bin/bash # Grab core defs source core.sh # Directory routines source dirs.sh # File routines source file.sh if [ "$#" -eq 0 ] then die "Usage: ${0##*/} filename" fi block=`dir_find_file $1` check_last file_cat $block