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 Date: Wed, 22 Dec 2004 16:34:06 -0700 From: Mark Paulus Subject: ls -F // doesn't work To: "cygwin AT cygwin DOT com" Message-id: <0I9500151DGUTZ@pmismtp01.mcilink.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-IsSubscribed: yes When I do an ls -F, I get expected results: $ ls -F / bin/ cygwin.bat* home/ run.groff tmp1/ xfer/ cron_diagnose.sh* cygwin.ico* lib/ sbin/ usr/ cygdeb/ etc/ mountem* tmp/ var/ However, when I do ls -F //, then I get bad results: $ ls -F // ls: //bin: No such file or directory ls: //cron_diagnose.sh: No such file or directory ls: //cygdeb: No such file or directory ls: //cygwin.bat: No such file or directory ls: //cygwin.ico: No such file or directory ls: //etc: No such file or directory ls: //home: No such file or directory ls: //lib: No such file or directory ls: //mountem: No such file or directory ls: //run.groff: No such file or directory ls: //sbin: No such file or directory ls: //tmp: No such file or directory ls: //tmp1: No such file or directory ls: //usr: No such file or directory ls: //var: No such file or directory ls: //xfer: No such file or directory Wasn't sure if this is also intricately intertwined with the pathname/dots/spaces thing, but wanted to mention it, as I am having another problem where rmdir() is not finding a file called "//usr/share/doc/cygwin-base/README". (should probably return ENOTDIR instead of ENOENT) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/