: x -- compare file with base directory

other=/usr/tmp/james/spm

read junk file trash

if [ "$file" = "" ]
then
	echo No_file:$junk
else
	diff $file $other/$file
fi
