File:  [CSRG BSD Unix] / 43BSDReno / usr.bin / awk / test / Compare
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

for i
do
	echo $i:
	awk -f $i foo >junk1 
	a.out -f $i foo >junk2 
	if cmp -s junk1 junk2
	then echo $i: good
	else echo $i:	BAD
	fi
	diff -b junk1 junk2 | ind
done

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.