#!/bin/sh DIR=`dirname "$0"`; # diff -U 0 $DIR/stat_backups.txt $DIR/old/beta_run/stat_backups.txt | grep -v "time" | grep -v "save" | grep -v "Sig" | grep -v "Testbegin" | grep -v "@@" | less diff -U 0 $DIR/stat_backups.txt $DIR/old/beta_run/stat_backups.txt | grep -v "time" | grep -v "save" | grep -v "Sig" | grep -v "Testbegin" | grep -v "@@" | grep -v "+++" | grep -v -- "---" | grep -v "+" | less