#!/bin/csh -f

# 
glob
find . -user $argv[1] -perm 644  -print
