#! /bin/tcsh -f
find . -name '*.c' -print | sed s/\/[a-zA-Z0-9_\.]*$//

