#!/bin/csh -f # diffquick_history # ----------------------------------------------------------------------------- # Shell script to view/search the history of changes to the specified file # in all the recent versions of it in my backup directories. # ----------------------------------------------------------------------------- # Usage: See Usage section below or run with -h or --help to see usage. # Assumptions: # Effects: # - Loads all diffs between all versions into less # Notes: # Implementation Notes: # Portability Issues: # Revision History: # $Log$ # ----------------------------------------------------------------------------- diffquick -a $1:q | less