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 From: Norton Allen Message-Id: <200302032126.QAA22715@bottesini.harvard.edu> Subject: [ -d ' ' ] && echo yes To: cygwin AT cygwin DOT com Date: Mon, 3 Feb 2003 16:26:49 -0500 (est) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Inasmuch as such a directory does not exist, this should not give any output: [ -d ' ' ] && echo yes I suspect this is not a feature of bash, but more deeply buried, since ls -ld ' ' believes ' ' is a directory and ls -la ' ' will give you 'total 0' (no . or .. entries). It also believes any name consisting of all spaces is a directory. On the plus side, you can't create a real directory or file named ' ', because it thinks one already exists. -Norton Allen -- 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/