Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Subject: 1.3.11 (cygwin1-20020531.dll) Date: Sat, 1 Jun 2002 14:14:05 -0400 Message-ID: <3D848382FB72E249812901444C6BDB1D0BA90F@exchange.timesys.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robb, Sam" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id g51IGCJ25183 With the last snapshot, you're able to cd into a 'file' under /proc: / $ cd /proc /proc $ ls 109/ 168/ 378/ 97/ loadavg meminfo registry/ stat uptime version /proc $ cat version CYGWIN_NT-4.0 1.3.11s(0.53/3/2) 20020531 22:57:18 /proc $ find -maxdepth 1 -type f ./loadavg ./meminfo ./stat ./version ./uptime /proc $ cd version /proc/version $ ls ls: .: Not a directory /proc/version $ find -name '*' /proc/version $ find -name '..' /proc/version $ find -name '.' . /proc/version $ cd .. /proc/version/.. $ ls 109/ 168/ 77/ 97/ loadavg meminfo registry/ stat uptime version /proc/version/.. $ cd .. /proc/version/../.. $ ls Installer/ bin/ cygwin.bat* cygwin.ico etc/ home/ lib/ sbin/ setup.log setup.log.full tmp/ usr/ var/ /proc/version/../.. $ cd setup.log bash: cd: setup.log: Not a directory -Samrobb