From: blroberts AT xactware DOT com (Barry Roberts) Subject: [Q] [ -w file] not working? 28 Oct 1997 14:39:09 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain To: gnu-win32 AT cygnus DOT com The following script: if [ -w $1 ] then echo Writable else echo Read-Only fi ALWAYS echo's 'Read-Only' If I use find.exe to do the same type of thing, it seems to work. This works as I expect under zsh. Am I doing something wrong? Barry Roberts ! - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".