V8/usr/src/cmd/calendar/calendar4.c
Compare this file to the similar file:
27: V10/cmd/calendar/calendar4.c
Show the results in this format:
main() { char s[100]; while(gets(s)) if(access(s,04)==0 && access(s,01)==-1) puts(s); }