#!/bin/csh -f
while { test -f $argv[1] }
	echo "$argv[1] is plain"
	shift
end
