I have a script, called bin/script, which looks like: echo $0:t Doing 'csh -f bin/script' yields: 'bin/script:t' Doing 'tcsh -f bin/script' (correctly) yields: 'script' Csh clearly doesn't do the Right Thing, but why? (tcsh is version 5.18) Martin -- Uhm... Martin Gemmel