Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!emory!gatech!prism!gt0178a From: gt0178a@prism.gatech.EDU (Jim Burns) Newsgroups: comp.unix.questions Subject: Re: Symbolic links and Bourne shell... Message-ID: <15062@hydra.gatech.EDU> Date: 12 Oct 90 06:09:30 GMT References: <4042@aix.aix.kingston.ibm.com> Organization: Georgia Institute of Technology Lines: 19 > In article <1990Sep7.140159.4832@usenet.ins.cwru.edu> you write: >>In Bourne shell, how can you find the path pointed to be a symbolic link? >>In C shell, you can type: >> % set linkpath = "`cd $SYMLINK; pwd`" >>However, in Bourne shell, pwd returns the same value as SYMLINK. Does anyone Try: linkpath=`cd $SYMLINK; /bin/pwd` -- BURNS,JIM Georgia Institute of Technology, Box 30178, Atlanta Georgia, 30332 uucp: ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt0178a Internet: gt0178a@prism.gatech.edu