From owner-freebsd-questions Sun Jan 21 13:36:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from seralph10.essex.ac.uk (seralph10.essex.ac.uk [155.245.240.160]) by hub.freebsd.org (Postfix) with ESMTP id AA7A537B402 for ; Sun, 21 Jan 2001 13:36:18 -0800 (PST) Received: from so-16671-x0.essex.ac.uk ([155.245.119.80] helo=cartman) by seralph10.essex.ac.uk with smtp (Exim 3.13 #1) id 14KS9b-0000w9-00; Sun, 21 Jan 2001 21:36:03 +0000 From: "Steven" To: "Chip" Cc: "FreeBSD Questions" Subject: RE: files with an asterisk are not editable - why? Date: Sun, 21 Jan 2001 21:32:26 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <3A6B5197.CB021D6A@wiegand.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have some homework files I have been working > on, and for some reason they now have an asterisk > by the name, and I cannot edit them. What could > have caused this? try using a backslash before the asterisk (or any other dodgy character such as a space). Eg if the file name is "test* file", then you should use command test\*\ file NOT command test* file Hope this helps Steven To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message