X-Spam-Check-By: sourceware.org Message-ID: <8389af8b0603241937m62e9701y596bed40382bd6f0@mail.gmail.com> Date: Sat, 25 Mar 2006 12:37:05 +0900 From: "Hiroki Sakagami" To: cygwin AT cygwin DOT com Subject: ":" in filename MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline X-IsSubscribed: yes 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k2P3bC6O016894 Hi, What happens in the below commands? The ":" in filenames seems to be a problem. But I don't understand the rule. % ls -l total 0 % touch aaa:bbb % ls -l total 0 -rw-rw-rw- 1 anonymous anonymous 0 Mar 25 12:32 aaa % ls -l aaa:bbb -rw-rw-rw- 1 anonymous anonymous 0 Mar 25 12:32 aaa:bbb % rm aaa:bbb % ls -l total 0 -rw-rw-rw- 1 anonymous anonymous 0 Mar 25 12:32 aaa % rm aaa % ls -l total 0 -- Hiroki Sakagami -- 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/