Path: utzoo!utgpu!watmath!att!dptg!rutgers!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!aplcen!decuac!winsrf.dec.com!chris From: chris@winsrf.dec.com (Chris Cordrey) Newsgroups: comp.unix.ultrix Subject: Re: UIL compiler Keywords: UIL Message-ID: <2709@decuac.DEC.COM> Date: 15 Aug 89 16:08:57 GMT References: <12085@orstcs.CS.ORST.EDU> Sender: news@decuac.DEC.COM Lines: 18 In article <12085@orstcs.CS.ORST.EDU>, larsens@urubu.CS.ORST.EDU (Scott Larsen) writes: > > I am using a DECstation 3100 at work, and wanted to use the UIL compiler. > The only thing is, I can't find it! I did a find / -name uil -print and > nothing showed up. Even typing uil does nothing. > > Am I missing something (mentally or physically) > > Scott your find should look more like csh> find / -name "*uil*" -print /usr/bin/dxuil would be at least one of your answers from this find. -chris