Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!yale!venus!brunger From: brunger@venus.ycc.yale.edu Newsgroups: comp.unix.questions Subject: csh variable manipulation Keywords: csh variables Message-ID: <15.25b3a1e5@venus.ycc.yale.edu> Date: 17 Jan 90 03:36:21 GMT Reply-To: m@jacobi.biology.yale.edu Organization: Yale Computer Center (YCC) Lines: 12 i would like to strip part of a path from a file name in a csh script. the portion of the path i would like to strip is stored in a variable. ex. WPATH = /user/tmp/ctree/orig FILEN = /user/tmp/ctree/orig/src/dix/newcode.c i would like to strip the path in WPATH from FILEN leaving src/dix/newcode.c please respond to m@jacobi.biology.yale.edu thanks in advance.