A set of Bash scripts for various useful actions.
May use various other programs, e.g., AWK, rsync, exiv2, etc.
Designed for Linux systems.
Programs:
cp viewer -- Bash shell script to use pv (pipe viewer) to copy files, so see progress and rate info, but accepts cp's argument syntax:
cpv.1.2
sdiff-remote -- Bash shell script to compare two files, one local and the second remote.
Uses rsync to first check if files differ, and if they do differ, will use ssh to get remote file to compare using sdiff:
sdiff-remote.2.0