Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!star.cs.vu.nl!mgemmel@cs.vu.nl From: mgemmel@cs.vu.nl (Martin Gemmel) Newsgroups: comp.unix.shell Subject: :t modifier in tcsh and csh Message-ID: <10186@star.cs.vu.nl> Date: 12 Jun 91 13:29:43 GMT Sender: news@cs.vu.nl Organization: Math & Computer Science, VU, Amsterdam Lines: 12 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