V8/usr/src/cmd/calendar/calendar4.c

Compare this file to the similar file:
Show the results in this format:

main()
{
	char s[100];
	while(gets(s)) 
		if(access(s,04)==0 && access(s,01)==-1)
			puts(s);
}