Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!emory!mephisto!prism!gt0178a From: gt0178a@prism.gatech.EDU (BURNS,JIM) Newsgroups: comp.unix.questions Subject: Re: Is there a standard way to do "foo" Message-ID: <13668@hydra.gatech.EDU> Date: 14 Sep 90 09:16:07 GMT References: <22000012@ux1.cso.uiuc.edu> Organization: Georgia Institute of Technology Lines: 16 in article <22000012@ux1.cso.uiuc.edu>, phil@ux1.cso.uiuc.edu says: > My current "foo" is "how do resolve a pathname that contains one or more > symbolic links into a pathname that has none (absolute path)?". But I hate > having to ask each question every time. t=`cd /usr/include;/bin/pwd`;echo $t yields "/usr/.include" on my system. /bin/pwd avoids using the builtin. As for public sources, check comp.unix.sources for the monthly posting of archived useful utilities, most of which can be ftp'ed from uunet.uu.net. -- 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