on Wed, Oct 13, 2004 at 06:31:37AM -0700, Jeff Chan wrote:
UNIX question not directly related to SURBLs: does anyone know how to make filename expansion (globbing) happen inside a filetest in a tcsh script:
unset noglob
if (-e *.surbl.org.changed.multi) then ...
Didn't work. It's supposed to test the existence of any files *.surbl.org.changed.multi . Using a specific file name like ws.surbl.org.changed.multi works, but I'd like to wildcard it.
Don't use tcsh for programming, would be my first hint.