Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3EA01A27.70703@nortelnetworks.com> Date: Fri, 18 Apr 2003 11:30:47 -0400 X-Sybari-Space: 00000000 00000000 00000000 From: "C. Brian Jones" <cbjones AT nortelnetworks DOT com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Use of colon in filenames Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit All, Should attempts to create files such as "foo::bar" or "foo::bar::baz" really cause a no such file error for 'touch', 'install', etc.? $ touch 'foo::bar' touch: creating `foo::bar': Invalid argument $ touch 'foo::bar::baz' touch: creating `foo::bar::baz': No such file or directory $ install foo bar::baz install: cannot create regular file `bar::baz': Invalid argument $ install foo bar::baz::bop install: cannot create regular file `bar::baz::bop': No such file or directory Any way to get the more UNIX-like behavior? Brian -- 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/