#!/bin/tcsh

find . -type f -exec /bin/ls -lid {} ';' |& /usr/bin/grep ' 199[0-9] ./'
