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 To: cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ Path: not-for-mail From: Shankar Unni Subject: Re: ls.exe shows windows system hidden files Date: Tue, 03 Dec 2002 10:45:50 -0800 Lines: 24 Message-ID: References: NNTP-Posting-Host: adsl-64-165-207-59.dsl.snfc21.pacbell.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038941024 818 64.165.207.59 (3 Dec 2002 18:43:44 GMT) X-Complaints-To: usenet AT main DOT gmane DOT org NNTP-Posting-Date: Tue, 3 Dec 2002 18:43:44 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en In-Reply-To: Wendell Pinegar wrote: > The MKS Toolkit for instance does properly ignore these file types. Not surprising. The goals of the two products are somewhat different. MKS is trying to make their environment look exactly like the native Windows. They have written most of their tools from scratch to call Win32 APIs directly, and give you a 100% Windows experience (except for a *very few* POSIX-y emulations like "/dev/null" as a synonym for NUL, and "/dev/tty" for direct console access). The few GNU tools they include (perl, etc.) are the "native Win32" ports with some MKS API tweaks. Cygwin is trying to give you a true POSIX API and "look-and-feel". You get exactly what you get from POSIX - no more, no less (not much less, anyway :-). Use the product that you feel most comfortable with. If you need strict Windows semantics for your tools, use the MKS toolkit. Sure, it's $650+, but you can get a very stripped-down but perfectly usable subset as part of Microsoft Services for Unix 2.0 (which is closer to $150 or so). -- Shankar. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/