Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!seismo!allegra!mp From: mp@allegra.UUCP Newsgroups: comp.bugs.4bsd Subject: calendar preprocesses its input a bit too much Message-ID: <6458@allegra.UUCP> Date: Sun, 8-Feb-87 22:14:37 EST Article-I.D.: allegra.6458 Posted: Sun Feb 8 22:14:37 1987 Date-Received: Tue, 10-Feb-87 02:14:20 EST Organization: AT&T Bell Laboratories, Murray Hill Lines: 18 If you prefer that calendar not change lines like jan 28 1:30 1D451 pipelined design of a fast vax - Doug Clark from DEC into jan 28 1:30 1D451 pipelined design of a fast 1 - Doug Clark from DEC then try this: RCS file: calendar.sh,v diff -r1.1 -r1.2 10c10 < (/lib/cpp calendar | egrep -f $tmp);; --- > (/lib/cpp -Uvax -Uunix -Usun -Umc68000 -Umc68010 -Umc68020 calendar | egrep -f $tmp);; 21c21 < (/lib/cpp $y/calendar | egrep -f $tmp) 2>/dev/null > /tmp/cal2$$ --- > (/lib/cpp -Uvax -Uunix -Usun -Umc68000 -Umc68010 -Umc68020 $y/calendar | egrep -f $tmp) 2>/dev/null > /tmp/cal2$$ Mark Plotnick allegra!mp